#DFC896

Color #DFC896 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #DFC896

Tints of Double Colonial White #DFC896

Color information

#DFC896 (or 0xDFC896) is unknown color: approx Double Colonial White. HEX triplet: DF, C8 and 96. RGB value is (223,200,150). Sum of RGB (Red+Green+Blue) = 223+200+150=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC896 is #203769. Grayscale: #C9C9C9. Windows color (decimal): -2111338 or 9881823. OLE color: 9881823.

HSL color Cylindrical-coordinate representation of color #DFC896: hue angle of 41.1º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFC896 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223200150-
CMYK00.100.330.13
HSL41.1º53.28%73.14%-
HSV(B)41.1º32.74%87.45%-
XYZ56.5959.237.3-
YUV201.1899.12143.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=38.92%
G=34.90%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320015000.100.330.1341.153.2873.14
HexDFC8960A21D293549
Octal33731022601241155165111
Binary1101111111001000100101100101010000111011010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC896; }

 p { color: rgb(223,200,150); }

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

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

 a { background-color: rgb(223,200,150); }

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

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

 span { border-color: rgb(223,200,150); }

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