Color Hex Logo

#ddcd48 Color Hex

#DDCD48
(221,205,72)
0 Favorites   0 Comments

Color spaces of #ddcd48

RGB 22120572
HSL0.150.690.57
HSV54°67°87°
CMYK 0.000.070.67   0.13
XYZ52.819859.502714.8322
Yxy59.50270.41540.4680
Hunter Lab77.1380-12.764642.5962
CIE-Lab81.5671-9.471465.3121

#ddcd48 color RGB value is (221,205,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 01001000
Octal 335 315 110
Decimal 221 205 72
Hex DD CD 48

RGB Percentages of Color #ddcd48

%44.38
%41.16
%14.46

CMYK Percentages of Color #ddcd48

%0
%7
%67
%13

Triadic Colors of #ddcd48

#ddcd48 #48ddcd #cd48dd

Analogous Colors of #ddcd48

#ddcd48 #a3dd48 #dd8348

Monochromatic Colors of #ddcd48

#ddcd48

Complementary Color

#ddcd48 #4858dd

#ddcd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd48 Color CSS Codes

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

#ddcd48 Text Font Color

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

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


#ddcd48 Background Color

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

This div background color is #ddcd48


#ddcd48 Border Color

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

This div border color is #ddcd48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd48


Comments

No comments written yet.

Please login to write comment.