Color Hex Logo

#ddbc0b Color Hex

#DDBC0B
(221,188,11)
0 Favorites   0 Comments

Color spaces of #ddbc0b

RGB 22118811
HSL0.140.910.45
HSV51°95°87°
CMYK 0.000.150.95   0.13
XYZ47.862451.36287.7080
Yxy51.36280.44760.4803
Hunter Lab71.6678-6.209943.7907
CIE-Lab76.8983-2.632177.4342

#ddbc0b color RGB value is (221,188,11).

#ddbc0b hex color red value is 221, green value is 188 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ddbc0b hue: 0.14 , saturation: 0.91 and the lightness value of ddbc0b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00001011
Octal 335 274 13
Decimal 221 188 11
Hex DD BC B

RGB Percentages of Color #ddbc0b

%52.62
%44.76
%2.62

CMYK Percentages of Color #ddbc0b

%0
%15
%95
%13

Triadic Colors of #ddbc0b

#ddbc0b #0bddbc #bc0bdd

Analogous Colors of #ddbc0b

#ddbc0b #95dd0b #dd530b

Monochromatic Colors of #ddbc0b

#ddbc0b

Complementary Color

#ddbc0b #0b2cdd

#ddbc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc0b Color CSS Codes

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

#ddbc0b Text Font Color

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

This sample text font color is #ddbc0b
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.


#ddbc0b Background Color

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

This div background color is #ddbc0b


#ddbc0b Border Color

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

This div border color is #ddbc0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc0b


Comments

No comments written yet.

Please login to write comment.