#DFCC96

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

Shades of Double Colonial White #DFCC96

Tints of Double Colonial White #DFCC96

Color information

#DFCC96 (or 0xDFCC96) is unknown color: approx Double Colonial White. HEX triplet: DF, CC and 96. RGB value is (223,204,150). Sum of RGB (Red+Green+Blue) = 223+204+150=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC96 is #203369. Grayscale: #CBCBCB. Windows color (decimal): -2110314 or 9882847. OLE color: 9882847.

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

Color convert

RGB223204150-
CMYK00.090.330.13
HSL44.38º53.28%73.14%-
HSV(B)44.38º32.74%87.45%-
XYZ57.5361.0837.61-
YUV203.5297.79141.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 150 (58.98% from 255) = 26.00%
R=38.65%
G=35.36%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320415000.090.330.1344.3853.2873.14
HexDFCC960921D2c3549
Octal33731422601141155465111
Binary1101111111001100100101100100110000111011011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC96; }

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

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

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

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

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

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

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

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