#DFCC9D

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

Shades of Double Colonial White #DFCC9D

Tints of Double Colonial White #DFCC9D

Color information

#DFCC9D (or 0xDFCC9D) is unknown color: approx Double Colonial White. HEX triplet: DF, CC and 9D. RGB value is (223,204,157). Sum of RGB (Red+Green+Blue) = 223+204+157=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC9D is #203362. Grayscale: #CCCCCC. Windows color (decimal): -2110307 or 10341599. OLE color: 10341599.

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

Color convert

RGB223204157-
CMYK00.090.300.13
HSL42.73º50.77%74.51%-
HSV(B)42.73º29.6%87.45%-
XYZ58.1161.3140.67-
YUV204.32101.29141.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 157 (61.72% from 255) = 26.88%
R=38.18%
G=34.93%
B=26.88%

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
Decimal22320415700.090.300.1342.7350.7774.51
HexDFCC9D091ED2b334b
Octal33731423501136155363113
Binary110111111100110010011101010011111011011010111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC9D; }

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

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

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

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

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

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

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

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