#DDC0AF

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

Shades of Just Right #DDC0AF

Tints of Just Right #DDC0AF

Color information

#DDC0AF (or 0xDDC0AF) is unknown color: approx Just Right. HEX triplet: DD, C0 and AF. RGB value is (221,192,175). Sum of RGB (Red+Green+Blue) = 221+192+175=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0AF is #223F50. Grayscale: #C6C6C6. Windows color (decimal): -2244433 or 11518173. OLE color: 11518173.

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

Color convert

RGB221192175-
CMYK00.130.210.13
HSL22.17º40.35%77.65%-
HSV(B)22.17º20.81%86.67%-
XYZ56.4156.1748.43-
YUV198.73114.61143.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=37.59%
G=32.65%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119217500.130.210.1322.1740.3577.65
HexDDC0AF0D15D16284e
Octal33530025701525152650116
Binary11011101110000001010111101101101011101101101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0AF; }

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

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

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

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

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

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

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

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