#DFC0AF

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

Shades of Just Right #DFC0AF

Tints of Just Right #DFC0AF

Color information

#DFC0AF (or 0xDFC0AF) is unknown color: approx Just Right. HEX triplet: DF, C0 and AF. RGB value is (223,192,175). Sum of RGB (Red+Green+Blue) = 223+192+175=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0AF is #203F50. Grayscale: #C7C7C7. Windows color (decimal): -2113361 or 11518175. OLE color: 11518175.

HSL color Cylindrical-coordinate representation of color #DFC0AF: hue angle of 21.25º 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 #DFC0AF is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223192175-
CMYK00.140.220.13
HSL21.25º42.86%78.04%-
HSV(B)21.25º21.52%87.45%-
XYZ57.0256.4848.45-
YUV199.33114.27144.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 192 (75.39% from 255) = 32.54%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=37.80%
G=32.54%
B=29.66%

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
Decimal22319217500.140.220.1321.2542.8678.04
HexDFC0AF0E16D152b4e
Octal33730025701626152553116
Binary11011111110000001010111101110101101101101011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0AF; }

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

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

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

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

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

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

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

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