#DDC0AD

Color #DDC0AD Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #DDC0AD

Tints of Just Right #DDC0AD

Color information

#DDC0AD (or 0xDDC0AD) is unknown color: approx Just Right. HEX triplet: DD, C0 and AD. RGB value is (221,192,173). Sum of RGB (Red+Green+Blue) = 221+192+173=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0AD is #223F52. Grayscale: #C6C6C6. Windows color (decimal): -2244435 or 11387101. OLE color: 11387101.

HSL color Cylindrical-coordinate representation of color #DDC0AD: hue angle of 23.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC0AD is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221192173-
CMYK00.130.220.13
HSL23.75º41.38%77.25%-
HSV(B)23.75º21.72%86.67%-
XYZ56.2156.0947.4-
YUV198.5113.61144.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=37.71%
G=32.76%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119217300.130.220.1323.7541.3877.25
HexDDC0AD0D16D18294d
Octal33530025501526153051115
Binary11011101110000001010110101101101101101110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0AD; }

 p { color: rgb(221,192,173); }

 H1.HeaderClassName
 {
   color: #DDC0AD;
 }
 .AnyTagClassName
 {
   color: #DDC0AD;
 }
</style>
background-color css

<style>
 a { background-color: #DDC0AD; }

 a { background-color: rgb(221,192,173); }

 div.DivClassName
 {
   background-color: #DDC0AD;
 }
 .BgClassName
 {
   background-color: #DDC0AD;
 }
</style>
border-color css

<style>
 span { border-color: #DDC0AD; }

 span { border-color: rgb(221,192,173); }

 td.TdClassName
 {
   border-color: #DDC0AD;
 }
 .TagClassName
 {
   border-color: #DDC0AD;
 }
</style>