#DFCC92

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

Shades of Double Colonial White #DFCC92

Tints of Double Colonial White #DFCC92

Color information

#DFCC92 (or 0xDFCC92) is unknown color: approx Double Colonial White. HEX triplet: DF, CC and 92. RGB value is (223,204,146). Sum of RGB (Red+Green+Blue) = 223+204+146=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC92 is #20336D. Grayscale: #CBCBCB. Windows color (decimal): -2110318 or 9620703. OLE color: 9620703.

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

Color convert

RGB223204146-
CMYK00.090.350.13
HSL45.19º54.61%72.35%-
HSV(B)45.19º34.53%87.45%-
XYZ57.2160.9535.94-
YUV203.0795.79142.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 146 (57.42% from 255) = 25.48%
R=38.92%
G=35.60%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320414600.090.350.1345.1954.6172.35
HexDFCC920923D2d3748
Octal33731422201143155567110
Binary1101111111001100100100100100110001111011011011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC92; }

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

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

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

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

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

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

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

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