#DFCC98

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

Shades of Double Colonial White #DFCC98

Tints of Double Colonial White #DFCC98

Color information

#DFCC98 (or 0xDFCC98) is unknown color: approx Double Colonial White. HEX triplet: DF, CC and 98. RGB value is (223,204,152). Sum of RGB (Red+Green+Blue) = 223+204+152=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC98 is #203367. Grayscale: #CBCBCB. Windows color (decimal): -2110312 or 10013919. OLE color: 10013919.

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

Color convert

RGB223204152-
CMYK00.090.320.13
HSL43.94º52.59%73.53%-
HSV(B)43.94º31.84%87.45%-
XYZ57.6961.1438.47-
YUV203.7598.79141.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 152 (59.77% from 255) = 26.25%
R=38.51%
G=35.23%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320415200.090.320.1343.9452.5973.53
HexDFCC980920D2c354a
Octal33731423001140155465112
Binary1101111111001100100110000100110000011011011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC98; }

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

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

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

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

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

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

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

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