#DFD19A

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

Shades of Double Colonial White #DFD19A

Tints of Double Colonial White #DFD19A

Color information

#DFD19A (or 0xDFD19A) is unknown color: approx Double Colonial White. HEX triplet: DF, D1 and 9A. RGB value is (223,209,154). Sum of RGB (Red+Green+Blue) = 223+209+154=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD19A is #202E65. Grayscale: #CFCFCF. Windows color (decimal): -2109030 or 10146271. OLE color: 10146271.

HSL color Cylindrical-coordinate representation of color #DFD19A: hue angle of 47.83º 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 #DFD19A is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223209154-
CMYK00.060.310.13
HSL47.83º51.88%73.92%-
HSV(B)47.83º30.94%87.45%-
XYZ59.0663.6239.74-
YUV206.9298.14139.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 209 (82.03% from 255) = 35.67%
BLUE value IS 154 (60.55% from 255) = 26.28%
R=38.05%
G=35.67%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320915400.060.310.1347.8351.8873.92
HexDFD19A061FD30344a
Octal3373212320637156064112
Binary11011111110100011001101001101111111011100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD19A; }

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

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

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

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

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

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

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

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