#DFC996

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

Shades of Double Colonial White #DFC996

Tints of Double Colonial White #DFC996

Color information

#DFC996 (or 0xDFC996) is unknown color: approx Double Colonial White. HEX triplet: DF, C9 and 96. RGB value is (223,201,150). Sum of RGB (Red+Green+Blue) = 223+201+150=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC996 is #203669. Grayscale: #C9C9C9. Windows color (decimal): -2111082 or 9882079. OLE color: 9882079.

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

Color convert

RGB223201150-
CMYK00.100.330.13
HSL41.92º53.28%73.14%-
HSV(B)41.92º32.74%87.45%-
XYZ56.8259.6637.38-
YUV201.7698.79143.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=38.85%
G=35.02%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320115000.100.330.1341.9253.2873.14
HexDFC9960A21D2a3549
Octal33731122601241155265111
Binary1101111111001001100101100101010000111011010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC996; }

 p { color: rgb(223,201,150); }

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

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

 a { background-color: rgb(223,201,150); }

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

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

 span { border-color: rgb(223,201,150); }

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