#D0C094

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

Shades of Double Spanish White #D0C094

Tints of Double Spanish White #D0C094

Color information

#D0C094 (or 0xD0C094) is unknown color: approx Double Spanish White. HEX triplet: D0, C0 and 94. RGB value is (208,192,148). Sum of RGB (Red+Green+Blue) = 208+192+148=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C094 is #2F3F6B. Grayscale: #BFBFBF. Windows color (decimal): -3096428 or 9748688. OLE color: 9748688.

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

Color convert

RGB208192148-
CMYK00.080.290.18
HSL44º38.96%69.8%-
HSV(B)44º28.85%81.57%-
XYZ50.2153.2535.65-
YUV191.77103.3139.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 192 (75.39% from 255) = 35.04%
BLUE value IS 148 (58.20% from 255) = 27.01%
R=37.96%
G=35.04%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819214800.080.290.184438.9669.8
HexD0C094081D122c2746
Octal32030022401035225447106
Binary1101000011000000100101000100011101100101011001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C094; }

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

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

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

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

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

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

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

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