#DFD09D

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

Shades of Double Colonial White #DFD09D

Tints of Double Colonial White #DFD09D

Color information

#DFD09D (or 0xDFD09D) is unknown color: approx Double Colonial White. HEX triplet: DF, D0 and 9D. RGB value is (223,208,157). Sum of RGB (Red+Green+Blue) = 223+208+157=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD09D is #202F62. Grayscale: #CECECE. Windows color (decimal): -2109283 or 10342623. OLE color: 10342623.

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

Color convert

RGB223208157-
CMYK00.070.300.13
HSL46.36º50.77%74.51%-
HSV(B)46.36º29.6%87.45%-
XYZ59.0763.2340.99-
YUV206.6799.97139.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 208 (81.64% from 255) = 35.37%
BLUE value IS 157 (61.72% from 255) = 26.70%
R=37.93%
G=35.37%
B=26.70%

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
Decimal22320815700.070.300.1346.3650.7774.51
HexDFD09D071ED2e334b
Octal3373202350736155663113
Binary11011111110100001001110101111111011011011101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD09D; }

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

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

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

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

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

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

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

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