#D0C09A

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

Shades of Double Spanish White #D0C09A

Tints of Double Spanish White #D0C09A

Color information

#D0C09A (or 0xD0C09A) is unknown color: approx Double Spanish White. HEX triplet: D0, C0 and 9A. RGB value is (208,192,154). Sum of RGB (Red+Green+Blue) = 208+192+154=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C09A is #2F3F65. Grayscale: #C0C0C0. Windows color (decimal): -3096422 or 10141904. OLE color: 10141904.

HSL color Cylindrical-coordinate representation of color #D0C09A: hue angle of 42.22º degrees, saturation: 0.36, 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 #D0C09A is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB208192154-
CMYK00.080.260.18
HSL42.22º36.49%70.98%-
HSV(B)42.22º25.96%81.57%-
XYZ50.6953.4438.22-
YUV192.45106.3139.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=37.55%
G=34.66%
B=27.80%

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
Decimal20819215400.080.260.1842.2236.4970.98
HexD0C09A081A122a2447
Octal32030023201032225244107
Binary1101000011000000100110100100011010100101010101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C09A; }

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

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

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

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

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

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

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

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