Color Hex Logo

#ddca49 Color Hex

#DDCA49
(221,202,73)
0 Favorites   0 Comments

Color spaces of #ddca49

RGB 22120273
HSL0.150.690.58
HSV52°67°87°
CMYK 0.000.090.67   0.13
XYZ52.141958.094314.7685
Yxy58.09430.41710.4647
Hunter Lab76.2196-11.272341.8656
CIE-Lab80.7912-7.893064.1218

#ddca49 color RGB value is (221,202,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 01001001
Octal 335 312 111
Decimal 221 202 73
Hex DD CA 49

RGB Percentages of Color #ddca49

%44.56
%40.73
%14.72

CMYK Percentages of Color #ddca49

%0
%9
%67
%13

Triadic Colors of #ddca49

#ddca49 #49ddca #ca49dd

Analogous Colors of #ddca49

#ddca49 #a6dd49 #dd8049

Monochromatic Colors of #ddca49

#ddca49

Complementary Color

#ddca49 #495cdd

#ddca49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca49 Color CSS Codes

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

#ddca49 Text Font Color

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

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


#ddca49 Background Color

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

This div background color is #ddca49


#ddca49 Border Color

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

This div border color is #ddca49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca49


Comments

No comments written yet.

Please login to write comment.