#D0C099

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

Shades of Double Spanish White #D0C099

Tints of Double Spanish White #D0C099

Color information

#D0C099 (or 0xD0C099) is unknown color: approx Double Spanish White. HEX triplet: D0, C0 and 99. RGB value is (208,192,153). Sum of RGB (Red+Green+Blue) = 208+192+153=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C099 is #2F3F66. Grayscale: #C0C0C0. Windows color (decimal): -3096423 or 10076368. OLE color: 10076368.

HSL color Cylindrical-coordinate representation of color #D0C099: hue angle of 42.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0C099 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB208192153-
CMYK00.080.260.18
HSL42.55º36.91%70.78%-
HSV(B)42.55º26.44%81.57%-
XYZ50.6153.4137.78-
YUV192.34105.8139.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=37.61%
G=34.72%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819215300.080.260.1842.5536.9170.78
HexD0C099081A122b2547
Octal32030023101032225345107
Binary1101000011000000100110010100011010100101010111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C099; }

 p { color: rgb(208,192,153); }

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

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

 a { background-color: rgb(208,192,153); }

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

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

 span { border-color: rgb(208,192,153); }

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