#DFCE96

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

Shades of Double Colonial White #DFCE96

Tints of Double Colonial White #DFCE96

Color information

#DFCE96 (or 0xDFCE96) is unknown color: approx Double Colonial White. HEX triplet: DF, CE and 96. RGB value is (223,206,150). Sum of RGB (Red+Green+Blue) = 223+206+150=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE96 is #203169. Grayscale: #CCCCCC. Windows color (decimal): -2109802 or 9883359. OLE color: 9883359.

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

Color convert

RGB223206150-
CMYK00.080.330.13
HSL46.03º53.28%73.14%-
HSV(B)46.03º32.74%87.45%-
XYZ58.0162.0337.77-
YUV204.797.13141.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 150 (58.98% from 255) = 25.91%
R=38.51%
G=35.58%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320615000.080.330.1346.0353.2873.14
HexDFCE960821D2e3549
Octal33731622601041155665111
Binary1101111111001110100101100100010000111011011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE96; }

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

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

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

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

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

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

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

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