Color Hex Logo

#ddbb0d Color Hex

#DDBB0D
(221,187,13)
0 Favorites   0 Comments

Color spaces of #ddbb0d

RGB 22118713
HSL0.140.890.46
HSV50°94°87°
CMYK 0.000.150.94   0.13
XYZ47.661850.94197.7015
Yxy50.94190.44830.4792
Hunter Lab71.3736-5.705243.5639
CIE-Lab76.6438-2.091977.0187

#ddbb0d color RGB value is (221,187,13).

#ddbb0d hex color red value is 221, green value is 187 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ddbb0d hue: 0.14 , saturation: 0.89 and the lightness value of ddbb0d is 0.46.

The process color (four color CMYK) of #ddbb0d color hex is 0.00, 0.15, 0.94, 0.13. Web safe color of #ddbb0d is #cccc00. Color #ddbb0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 00001101
Octal 335 273 15
Decimal 221 187 13
Hex DD BB D

RGB Percentages of Color #ddbb0d

%52.49
%44.42
%3.09

CMYK Percentages of Color #ddbb0d

%0
%15
%94
%13

Triadic Colors of #ddbb0d

#ddbb0d #0dddbb #bb0ddd

Analogous Colors of #ddbb0d

#ddbb0d #97dd0d #dd530d

Monochromatic Colors of #ddbb0d

#ddbb0d

Complementary Color

#ddbb0d #0d2fdd

#ddbb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb0d Color CSS Codes

.mybgcolor {background-color:#ddbb0d; } 
.myforecolor {color:#ddbb0d; }
.mybordercolor {border:3px solid #ddbb0d; }

#ddbb0d Text Font Color

<p style="color:#ddbb0d">Text here</p>

This sample text font color is #ddbb0d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddbb0d Background Color

<div style="background-color:#ddbb0d">
Div content here</div>

This div background color is #ddbb0d


#ddbb0d Border Color

<div style="border:3px solid #ddbb0d">
Div here</div>

This div border color is #ddbb0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,187,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbb0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbb0d;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbb0d;
  box-shadow:         1px 1px 3px 2px #ddbb0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,187,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbb0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbb0d;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbb0d;
  box-shadow:         1px 1px 3px 2px #ddbb0d;">
Div content here</div>

This div box has shadow with color #ddbb0d


Comments

No comments written yet.

Please login to write comment.