#DFC895

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

Shades of Double Colonial White #DFC895

Tints of Double Colonial White #DFC895

Color information

#DFC895 (or 0xDFC895) is unknown color: approx Double Colonial White. HEX triplet: DF, C8 and 95. RGB value is (223,200,149). Sum of RGB (Red+Green+Blue) = 223+200+149=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC895 is #20376A. Grayscale: #C9C9C9. Windows color (decimal): -2111339 or 9816287. OLE color: 9816287.

HSL color Cylindrical-coordinate representation of color #DFC895: hue angle of 41.35º degrees, saturation: 0.54, 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 #DFC895 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223200149-
CMYK00.100.330.13
HSL41.35º53.62%72.94%-
HSV(B)41.35º33.18%87.45%-
XYZ56.5159.1736.88-
YUV201.0698.62143.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 200 (78.52% from 255) = 34.97%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=38.99%
G=34.97%
B=26.05%

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
Decimal22320014900.100.330.1341.3553.6272.94
HexDFC8950A21D293649
Octal33731022501241155166111
Binary1101111111001000100101010101010000111011010011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC895; }

 p { color: rgb(223,200,149); }

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

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

 a { background-color: rgb(223,200,149); }

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

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

 span { border-color: rgb(223,200,149); }

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