Color Hex Logo

#ddc372 Color Hex

#DDC372
(221,195,114)
0 Favorites   0 Comments

Color spaces of #ddc372

RGB 221195114
HSL0.130.610.66
HSV45°48°87°
CMYK 0.000.120.48   0.13
XYZ52.371255.617323.8945
Yxy55.61730.39710.4217
Hunter Lab74.5770-5.159333.2074
CIE-Lab79.3955-1.278043.8393

#ddc372 color RGB value is (221,195,114).

#ddc372 hex color red value is 221, green value is 195 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ddc372 hue: 0.13 , saturation: 0.61 and the lightness value of ddc372 is 0.66.

The process color (four color CMYK) of #ddc372 color hex is 0.00, 0.12, 0.48, 0.13. Web safe color of #ddc372 is #cccc66. Color #ddc372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 01110010
Octal 335 303 162
Decimal 221 195 114
Hex DD C3 72

RGB Percentages of Color #ddc372

%41.70
%36.79
%21.51

CMYK Percentages of Color #ddc372

%0
%12
%48
%13

Triadic Colors of #ddc372

#ddc372 #72ddc3 #c372dd

Analogous Colors of #ddc372

#ddc372 #c2dd72 #dd8e72

Monochromatic Colors of #ddc372

#ddc372

Complementary Color

#ddc372 #728cdd

#ddc372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc372 Color CSS Codes

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

#ddc372 Text Font Color

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

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


#ddc372 Background Color

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

This div background color is #ddc372


#ddc372 Border Color

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

This div border color is #ddc372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc372


Comments

No comments written yet.

Please login to write comment.