#DFCC8E

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

Shades of Double Colonial White #DFCC8E

Tints of Double Colonial White #DFCC8E

Color information

#DFCC8E (or 0xDFCC8E) is unknown color: approx Double Colonial White. HEX triplet: DF, CC and 8E. RGB value is (223,204,142). Sum of RGB (Red+Green+Blue) = 223+204+142=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC8E is #203371. Grayscale: #CACACA. Windows color (decimal): -2110322 or 9358559. OLE color: 9358559.

HSL color Cylindrical-coordinate representation of color #DFCC8E: hue angle of 45.93º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFCC8E is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223204142-
CMYK00.090.360.13
HSL45.93º55.86%71.57%-
HSV(B)45.93º36.32%87.45%-
XYZ56.9160.8334.33-
YUV202.6193.79142.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=39.19%
G=35.85%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320414200.090.360.1345.9355.8671.57
HexDFCC8E0924D2e3848
Octal33731421601144155670110
Binary1101111111001100100011100100110010011011011101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC8E; }

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

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

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

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

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

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

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

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