Color Hex Logo

#ddbc24 Color Hex

#DDBC24
(221,188,36)
0 Favorites   0 Comments

Color spaces of #ddbc24

RGB 22118836
HSL0.140.730.50
HSV49°84°87°
CMYK 0.000.150.84   0.13
XYZ48.120551.46609.0668
Yxy51.46600.44290.4737
Hunter Lab71.7398-5.813242.7245
CIE-Lab76.9604-2.186472.9403

#ddbc24 color RGB value is (221,188,36).

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

The process color (four color CMYK) of #ddbc24 color hex is 0.00, 0.15, 0.84, 0.13. Web safe color of #ddbc24 is #cccc33. Color #ddbc24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00100100
Octal 335 274 44
Decimal 221 188 36
Hex DD BC 24

RGB Percentages of Color #ddbc24

%49.66
%42.25
%8.09

CMYK Percentages of Color #ddbc24

%0
%15
%84
%13

Triadic Colors of #ddbc24

#ddbc24 #24ddbc #bc24dd

Analogous Colors of #ddbc24

#ddbc24 #a2dd24 #dd6024

Monochromatic Colors of #ddbc24

#ddbc24

Complementary Color

#ddbc24 #2445dd

#ddbc24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc24 Color CSS Codes

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

#ddbc24 Text Font Color

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

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


#ddbc24 Background Color

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

This div background color is #ddbc24


#ddbc24 Border Color

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

This div border color is #ddbc24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc24


Comments

No comments written yet.

Please login to write comment.