#DFCE95

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

Shades of Double Colonial White #DFCE95

Tints of Double Colonial White #DFCE95

Color information

#DFCE95 (or 0xDFCE95) is unknown color: approx Double Colonial White. HEX triplet: DF, CE and 95. RGB value is (223,206,149). Sum of RGB (Red+Green+Blue) = 223+206+149=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE95 is #20316A. Grayscale: #CCCCCC. Windows color (decimal): -2109803 or 9817823. OLE color: 9817823.

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

Color convert

RGB223206149-
CMYK00.080.330.13
HSL46.22º53.62%72.94%-
HSV(B)46.22º33.18%87.45%-
XYZ57.936237.35-
YUV204.5896.63141.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 206 (80.86% from 255) = 35.64%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=38.58%
G=35.64%
B=25.78%

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
Decimal22320614900.080.330.1346.2253.6272.94
HexDFCE950821D2e3649
Octal33731622501041155666111
Binary1101111111001110100101010100010000111011011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE95; }

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

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

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

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

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

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

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

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