#D0C093

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

Shades of Double Spanish White #D0C093

Tints of Double Spanish White #D0C093

Color information

#D0C093 (or 0xD0C093) is unknown color: approx Double Spanish White. HEX triplet: D0, C0 and 93. RGB value is (208,192,147). Sum of RGB (Red+Green+Blue) = 208+192+147=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C093 is #2F3F6C. Grayscale: #BFBFBF. Windows color (decimal): -3096429 or 9683152. OLE color: 9683152.

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

Color convert

RGB208192147-
CMYK00.080.290.18
HSL44.26º39.35%69.61%-
HSV(B)44.26º29.33%81.57%-
XYZ50.1353.2235.23-
YUV191.65102.8139.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 147 (57.81% from 255) = 26.87%
R=38.03%
G=35.10%
B=26.87%

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
Decimal20819214700.080.290.1844.2639.3569.61
HexD0C093081D122c2746
Octal32030022301035225447106
Binary1101000011000000100100110100011101100101011001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C093; }

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

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

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

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

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

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

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

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