#DFCC9C

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

Shades of Double Colonial White #DFCC9C

Tints of Double Colonial White #DFCC9C

Color information

#DFCC9C (or 0xDFCC9C) is unknown color: approx Double Colonial White. HEX triplet: DF, CC and 9C. RGB value is (223,204,156). Sum of RGB (Red+Green+Blue) = 223+204+156=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC9C is #203363. Grayscale: #CCCCCC. Windows color (decimal): -2110308 or 10276063. OLE color: 10276063.

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

Color convert

RGB223204156-
CMYK00.090.300.13
HSL42.99º51.15%74.31%-
HSV(B)42.99º30.04%87.45%-
XYZ58.0361.2740.22-
YUV204.21100.79141.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 156 (61.33% from 255) = 26.76%
R=38.25%
G=34.99%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320415600.090.300.1342.9951.1574.31
HexDFCC9C091ED2b334a
Octal33731423401136155363112
Binary110111111100110010011100010011111011011010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC9C; }

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

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

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

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

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

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

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

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