#DFC0A9

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

Shades of Just Right #DFC0A9

Tints of Just Right #DFC0A9

Color information

#DFC0A9 (or 0xDFC0A9) is unknown color: approx Just Right. HEX triplet: DF, C0 and A9. RGB value is (223,192,169). Sum of RGB (Red+Green+Blue) = 223+192+169=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0A9 is #203F56. Grayscale: #C6C6C6. Windows color (decimal): -2113367 or 11124959. OLE color: 11124959.

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

Color convert

RGB223192169-
CMYK00.140.240.13
HSL25.56º45.76%76.86%-
HSV(B)25.56º24.22%87.45%-
XYZ56.4456.2545.42-
YUV198.65111.27145.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 169 (66.41% from 255) = 28.94%
R=38.18%
G=32.88%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319216900.140.240.1325.5645.7676.86
HexDFC0A90E18D1a2e4d
Octal33730025101630153256115
Binary11011111110000001010100101110110001101110101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0A9; }

 p { color: rgb(223,192,169); }

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

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

 a { background-color: rgb(223,192,169); }

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

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

 span { border-color: rgb(223,192,169); }

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