#D0C09E

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

Shades of Double Spanish White #D0C09E

Tints of Double Spanish White #D0C09E

Color information

#D0C09E (or 0xD0C09E) is unknown color: approx Double Spanish White. HEX triplet: D0, C0 and 9E. RGB value is (208,192,158). Sum of RGB (Red+Green+Blue) = 208+192+158=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C09E is #2F3F61. Grayscale: #C1C1C1. Windows color (decimal): -3096418 or 10404048. OLE color: 10404048.

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

Color convert

RGB208192158-
CMYK00.080.240.18
HSL40.8º34.72%71.76%-
HSV(B)40.8º24.04%81.57%-
XYZ51.0353.5840-
YUV192.91108.3138.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=37.28%
G=34.41%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819215800.080.240.1840.834.7271.76
HexD0C09E081812292348
Octal32030023601030225143110
Binary1101000011000000100111100100011000100101010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C09E; }

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

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

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

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

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

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

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

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