#DFC0AE

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

Shades of Just Right #DFC0AE

Tints of Just Right #DFC0AE

Color information

#DFC0AE (or 0xDFC0AE) is unknown color: approx Just Right. HEX triplet: DF, C0 and AE. RGB value is (223,192,174). Sum of RGB (Red+Green+Blue) = 223+192+174=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0AE is #203F51. Grayscale: #C7C7C7. Windows color (decimal): -2113362 or 11452639. OLE color: 11452639.

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

Color convert

RGB223192174-
CMYK00.140.220.13
HSL22.04º43.36%77.84%-
HSV(B)22.04º21.97%87.45%-
XYZ56.9256.4447.94-
YUV199.22113.77144.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=37.86%
G=32.60%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319217400.140.220.1322.0443.3677.84
HexDFC0AE0E16D162b4e
Octal33730025601626152653116
Binary11011111110000001010111001110101101101101101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0AE; }

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

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

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

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

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

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

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

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