#DFD09C

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

Shades of Double Colonial White #DFD09C

Tints of Double Colonial White #DFD09C

Color information

#DFD09C (or 0xDFD09C) is unknown color: approx Double Colonial White. HEX triplet: DF, D0 and 9C. RGB value is (223,208,156). Sum of RGB (Red+Green+Blue) = 223+208+156=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD09C is #202F63. Grayscale: #CECECE. Windows color (decimal): -2109284 or 10277087. OLE color: 10277087.

HSL color Cylindrical-coordinate representation of color #DFD09C: hue angle of 46.57º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFD09C is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223208156-
CMYK00.070.300.13
HSL46.57º51.15%74.31%-
HSV(B)46.57º30.04%87.45%-
XYZ58.9963.240.54-
YUV206.5699.47139.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 156 (61.33% from 255) = 26.58%
R=37.99%
G=35.43%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320815600.070.300.1346.5751.1574.31
HexDFD09C071ED2f334a
Octal3373202340736155763112
Binary11011111110100001001110001111111011011011111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD09C; }

 p { color: rgb(223,208,156); }

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

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

 a { background-color: rgb(223,208,156); }

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

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

 span { border-color: rgb(223,208,156); }

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