Color Hex Logo

#ddb824 Color Hex

#DDB824
(221,184,36)
0 Favorites   0 Comments

Color spaces of #ddb824

RGB 22118436
HSL0.130.730.50
HSV48°84°87°
CMYK 0.000.170.84   0.13
XYZ47.277749.78058.7859
Yxy49.78050.44670.4703
Hunter Lab70.5553-3.862542.0056
CIE-Lab75.9343-0.103872.0826

#ddb824 color RGB value is (221,184,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 00100100
Octal 335 270 44
Decimal 221 184 36
Hex DD B8 24

RGB Percentages of Color #ddb824

%50.11
%41.72
%8.16

CMYK Percentages of Color #ddb824

%0
%17
%84
%13

Triadic Colors of #ddb824

#ddb824 #24ddb8 #b824dd

Analogous Colors of #ddb824

#ddb824 #a6dd24 #dd5b24

Monochromatic Colors of #ddb824

#ddb824

Complementary Color

#ddb824 #2449dd

#ddb824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb824 Color CSS Codes

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

#ddb824 Text Font Color

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

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


#ddb824 Background Color

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

This div background color is #ddb824


#ddb824 Border Color

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

This div border color is #ddb824


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,184,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 #ddb824">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb824


Comments

No comments written yet.

Please login to write comment.