#DFCC9F

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

Shades of Double Colonial White #DFCC9F

Tints of Double Colonial White #DFCC9F

Color information

#DFCC9F (or 0xDFCC9F) is unknown color: approx Double Colonial White. HEX triplet: DF, CC and 9F. RGB value is (223,204,159). Sum of RGB (Red+Green+Blue) = 223+204+159=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC9F is #203360. Grayscale: #CCCCCC. Windows color (decimal): -2110305 or 10472671. OLE color: 10472671.

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

Color convert

RGB223204159-
CMYK00.090.290.13
HSL42.19º50%74.9%-
HSV(B)42.19º28.7%87.45%-
XYZ58.2861.3841.58-
YUV204.55102.29141.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 159 (62.5% from 255) = 27.13%
R=38.05%
G=34.81%
B=27.13%

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
Decimal22320415900.090.290.1342.195074.9
HexDFCC9F091DD2a324b
Octal33731423701135155262113
Binary110111111100110010011111010011110111011010101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC9F; }

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

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

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

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

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

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

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

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