#DFCC93

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

Shades of Double Colonial White #DFCC93

Tints of Double Colonial White #DFCC93

Color information

#DFCC93 (or 0xDFCC93) is unknown color: approx Double Colonial White. HEX triplet: DF, CC and 93. RGB value is (223,204,147). Sum of RGB (Red+Green+Blue) = 223+204+147=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC93 is #20336C. Grayscale: #CBCBCB. Windows color (decimal): -2110317 or 9686239. OLE color: 9686239.

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

Color convert

RGB223204147-
CMYK00.090.340.13
HSL45º54.29%72.55%-
HSV(B)45º34.08%87.45%-
XYZ57.2960.9836.35-
YUV203.1896.29142.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 147 (57.81% from 255) = 25.61%
R=38.85%
G=35.54%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320414700.090.340.134554.2972.55
HexDFCC930922D2d3649
Octal33731422301142155566111
Binary1101111111001100100100110100110001011011011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC93; }

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

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

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

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

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

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

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

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