#DFC0AB

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

Shades of Just Right #DFC0AB

Tints of Just Right #DFC0AB

Color information

#DFC0AB (or 0xDFC0AB) is unknown color: approx Just Right. HEX triplet: DF, C0 and AB. RGB value is (223,192,171). Sum of RGB (Red+Green+Blue) = 223+192+171=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0AB is #203F54. Grayscale: #C6C6C6. Windows color (decimal): -2113365 or 11256031. OLE color: 11256031.

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

Color convert

RGB223192171-
CMYK00.140.230.13
HSL24.23º44.83%77.25%-
HSV(B)24.23º23.32%87.45%-
XYZ56.6356.3346.42-
YUV198.87112.27145.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=38.05%
G=32.76%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319217100.140.230.1324.2344.8377.25
HexDFC0AB0E17D182d4d
Octal33730025301627153055115
Binary11011111110000001010101101110101111101110001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0AB; }

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

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

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

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

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

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

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

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