#DFCC9E

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

Shades of Double Colonial White #DFCC9E

Tints of Double Colonial White #DFCC9E

Color information

#DFCC9E (or 0xDFCC9E) is unknown color: approx Double Colonial White. HEX triplet: DF, CC and 9E. RGB value is (223,204,158). Sum of RGB (Red+Green+Blue) = 223+204+158=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC9E is #203361. Grayscale: #CCCCCC. Windows color (decimal): -2110306 or 10407135. OLE color: 10407135.

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

Color convert

RGB223204158-
CMYK00.090.290.13
HSL42.46º50.39%74.71%-
HSV(B)42.46º29.15%87.45%-
XYZ58.261.3441.12-
YUV204.44101.79141.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 158 (62.11% from 255) = 27.01%
R=38.12%
G=34.87%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320415800.090.290.1342.4650.3974.71
HexDFCC9E091DD2a324b
Octal33731423601135155262113
Binary110111111100110010011110010011110111011010101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC9E; }

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

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

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

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

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

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

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

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