#D0C09B

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

Shades of Double Spanish White #D0C09B

Tints of Double Spanish White #D0C09B

Color information

#D0C09B (or 0xD0C09B) is unknown color: approx Double Spanish White. HEX triplet: D0, C0 and 9B. RGB value is (208,192,155). Sum of RGB (Red+Green+Blue) = 208+192+155=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C09B is #2F3F64. Grayscale: #C0C0C0. Windows color (decimal): -3096421 or 10207440. OLE color: 10207440.

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

Color convert

RGB208192155-
CMYK00.080.250.18
HSL41.89º36.05%71.18%-
HSV(B)41.89º25.48%81.57%-
XYZ50.7853.4838.66-
YUV192.57106.8139.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 192 (75.39% from 255) = 34.59%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=37.48%
G=34.59%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819215500.080.250.1841.8936.0571.18
HexD0C09B0819122a2447
Octal32030023301031225244107
Binary1101000011000000100110110100011001100101010101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C09B; }

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

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

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

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

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

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

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

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