#DFD09A

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

Shades of Double Colonial White #DFD09A

Tints of Double Colonial White #DFD09A

Color information

#DFD09A (or 0xDFD09A) is unknown color: approx Double Colonial White. HEX triplet: DF, D0 and 9A. RGB value is (223,208,154). Sum of RGB (Red+Green+Blue) = 223+208+154=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD09A is #202F65. Grayscale: #CECECE. Windows color (decimal): -2109286 or 10146015. OLE color: 10146015.

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

Color convert

RGB223208154-
CMYK00.070.310.13
HSL46.96º51.88%73.92%-
HSV(B)46.96º30.94%87.45%-
XYZ58.8263.1339.66-
YUV206.3398.47139.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=38.12%
G=35.56%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320815400.070.310.1346.9651.8873.92
HexDFD09A071FD2f344a
Octal3373202320737155764112
Binary11011111110100001001101001111111111011011111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD09A; }

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

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

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

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

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

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

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

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