#DFC0AD

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

Shades of Just Right #DFC0AD

Tints of Just Right #DFC0AD

Color information

#DFC0AD (or 0xDFC0AD) is unknown color: approx Just Right. HEX triplet: DF, C0 and AD. RGB value is (223,192,173). Sum of RGB (Red+Green+Blue) = 223+192+173=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0AD is #203F52. Grayscale: #C7C7C7. Windows color (decimal): -2113363 or 11387103. OLE color: 11387103.

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

Color convert

RGB223192173-
CMYK00.140.220.13
HSL22.8º43.86%77.65%-
HSV(B)22.8º22.42%87.45%-
XYZ56.8256.447.43-
YUV199.1113.27145.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=37.93%
G=32.65%
B=29.42%

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
Decimal22319217300.140.220.1322.843.8677.65
HexDFC0AD0E16D172c4e
Octal33730025501626152754116
Binary11011111110000001010110101110101101101101111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0AD; }

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

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

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

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

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

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

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

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