Color Hex Logo

#ddca47 Color Hex

#DDCA47
(221,202,71)
0 Favorites   0 Comments

Color spaces of #ddca47

RGB 22120271
HSL0.150.690.57
HSV52°68°87°
CMYK 0.000.090.68   0.13
XYZ52.076758.068114.4248
Yxy58.06810.41810.4661
Hunter Lab76.2024-11.367442.1184
CIE-Lab80.7766-8.000964.9002

#ddca47 color RGB value is (221,202,71).

#ddca47 hex color red value is 221, green value is 202 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ddca47 hue: 0.15 , saturation: 0.69 and the lightness value of ddca47 is 0.57.

The process color (four color CMYK) of #ddca47 color hex is 0.00, 0.09, 0.68, 0.13. Web safe color of #ddca47 is #cccc33. Color #ddca47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 01000111
Octal 335 312 107
Decimal 221 202 71
Hex DD CA 47

RGB Percentages of Color #ddca47

%44.74
%40.89
%14.37

CMYK Percentages of Color #ddca47

%0
%9
%68
%13

Triadic Colors of #ddca47

#ddca47 #47ddca #ca47dd

Analogous Colors of #ddca47

#ddca47 #a5dd47 #dd7f47

Monochromatic Colors of #ddca47

#ddca47

Complementary Color

#ddca47 #475add

#ddca47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca47 Color CSS Codes

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

#ddca47 Text Font Color

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

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


#ddca47 Background Color

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

This div background color is #ddca47


#ddca47 Border Color

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

This div border color is #ddca47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca47


Comments

No comments written yet.

Please login to write comment.