#DFCE9C

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

Shades of Double Colonial White #DFCE9C

Tints of Double Colonial White #DFCE9C

Color information

#DFCE9C (or 0xDFCE9C) is unknown color: approx Double Colonial White. HEX triplet: DF, CE and 9C. RGB value is (223,206,156). Sum of RGB (Red+Green+Blue) = 223+206+156=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE9C is #203163. Grayscale: #CDCDCD. Windows color (decimal): -2109796 or 10276575. OLE color: 10276575.

HSL color Cylindrical-coordinate representation of color #DFCE9C: hue angle of 44.78º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFCE9C is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223206156-
CMYK00.080.300.13
HSL44.78º51.15%74.31%-
HSV(B)44.78º30.04%87.45%-
XYZ58.562.2340.38-
YUV205.38100.13140.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 156 (61.33% from 255) = 26.67%
R=38.12%
G=35.21%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320615600.080.300.1344.7851.1574.31
HexDFCE9C081ED2d334a
Octal33731623401036155563112
Binary110111111100111010011100010001111011011011011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE9C; }

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

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

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

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

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

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

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

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