Color Hex Logo

#ddca2d Color Hex

#DDCA2D
(221,202,45)
0 Favorites   0 Comments

Color spaces of #ddca2d

RGB 22120245
HSL0.150.720.52
HSV54°80°87°
CMYK 0.000.090.80   0.13
XYZ51.413057.802710.9299
Yxy57.80270.42790.4811
Hunter Lab76.0281-12.340944.6961
CIE-Lab80.6290-9.110073.6518

#ddca2d color RGB value is (221,202,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 00101101
Octal 335 312 55
Decimal 221 202 45
Hex DD CA 2D

RGB Percentages of Color #ddca2d

%47.22
%43.16
%9.62

CMYK Percentages of Color #ddca2d

%0
%9
%80
%13

Triadic Colors of #ddca2d

#ddca2d #2dddca #ca2ddd

Analogous Colors of #ddca2d

#ddca2d #98dd2d #dd722d

Monochromatic Colors of #ddca2d

#ddca2d

Complementary Color

#ddca2d #2d40dd

#ddca2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca2d Color CSS Codes

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

#ddca2d Text Font Color

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

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


#ddca2d Background Color

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

This div background color is #ddca2d


#ddca2d Border Color

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

This div border color is #ddca2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca2d


Comments

No comments written yet.

Please login to write comment.