#DFC2AD

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

Shades of Just Right #DFC2AD

Tints of Just Right #DFC2AD

Color information

#DFC2AD (or 0xDFC2AD) is unknown color: approx Just Right. HEX triplet: DF, C2 and AD. RGB value is (223,194,173). Sum of RGB (Red+Green+Blue) = 223+194+173=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC2AD is #203D52. Grayscale: #C8C8C8. Windows color (decimal): -2112851 or 11387615. OLE color: 11387615.

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

Color convert

RGB223194173-
CMYK00.130.220.13
HSL25.2º43.86%77.65%-
HSV(B)25.2º22.42%87.45%-
XYZ57.2757.2947.57-
YUV200.28112.61144.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=37.80%
G=32.88%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319417300.130.220.1325.243.8677.65
HexDFC2AD0D16D192c4e
Octal33730225501526153154116
Binary11011111110000101010110101101101101101110011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2AD; }

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

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

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

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

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

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

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

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