#D0C5A0

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

Shades of Double Spanish White #D0C5A0

Tints of Double Spanish White #D0C5A0

Color information

#D0C5A0 (or 0xD0C5A0) is unknown color: approx Double Spanish White. HEX triplet: D0, C5 and A0. RGB value is (208,197,160). Sum of RGB (Red+Green+Blue) = 208+197+160=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C5A0 is #2F3A5F. Grayscale: #C4C4C4. Windows color (decimal): -3095136 or 10536400. OLE color: 10536400.

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

Color convert

RGB208197160-
CMYK00.050.230.18
HSL46.25º33.8%72.16%-
HSV(B)46.25º23.08%81.57%-
XYZ52.3255.8841.29-
YUV196.07107.64136.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 197 (77.34% from 255) = 34.87%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=36.81%
G=34.87%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819716000.050.230.1846.2533.872.16
HexD0C5A00517122e2248
Octal3203052400527225642110
Binary110100001100010110100000010110111100101011101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C5A0; }

 p { color: rgb(208,197,160); }

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

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

 a { background-color: rgb(208,197,160); }

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

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

 span { border-color: rgb(208,197,160); }

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