Color Hex Logo

#ddb52d Color Hex

#DDB52D
(221,181,45)
0 Favorites   0 Comments

Color spaces of #ddb52d

RGB 22118145
HSL0.130.720.52
HSV46°80°87°
CMYK 0.000.180.80   0.13
XYZ46.816348.60949.3977
Yxy48.60940.44660.4637
Hunter Lab69.7204-2.150540.8125
CIE-Lab75.20771.735368.8685

#ddb52d color RGB value is (221,181,45).

#ddb52d hex color red value is 221, green value is 181 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ddb52d hue: 0.13 , saturation: 0.72 and the lightness value of ddb52d is 0.52.

The process color (four color CMYK) of #ddb52d color hex is 0.00, 0.18, 0.80, 0.13. Web safe color of #ddb52d is #cccc33. Color #ddb52d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 00101101
Octal 335 265 55
Decimal 221 181 45
Hex DD B5 2D

RGB Percentages of Color #ddb52d

%49.44
%40.49
%10.07

CMYK Percentages of Color #ddb52d

%0
%18
%80
%13

Triadic Colors of #ddb52d

#ddb52d #2dddb5 #b52ddd

Analogous Colors of #ddb52d

#ddb52d #addd2d #dd5d2d

Monochromatic Colors of #ddb52d

#ddb52d

Complementary Color

#ddb52d #2d55dd

#ddb52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb52d Color CSS Codes

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

#ddb52d Text Font Color

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

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


#ddb52d Background Color

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

This div background color is #ddb52d


#ddb52d Border Color

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

This div border color is #ddb52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb52d


Comments

No comments written yet.

Please login to write comment.