#D6C4A0

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

Shades of Double Spanish White #D6C4A0

Tints of Double Spanish White #D6C4A0

Color information

#D6C4A0 (or 0xD6C4A0) is unknown color: approx Double Spanish White. HEX triplet: D6, C4 and A0. RGB value is (214,196,160). Sum of RGB (Red+Green+Blue) = 214+196+160=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C4A0 is #293B5F. Grayscale: #C5C5C5. Windows color (decimal): -2702176 or 10536150. OLE color: 10536150.

HSL color Cylindrical-coordinate representation of color #D6C4A0: hue angle of 40º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6C4A0 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB214196160-
CMYK00.080.250.16
HSL40º39.71%73.33%-
HSV(B)40º25.23%83.92%-
XYZ53.8256.3141.29-
YUV197.28106.96139.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 160 (62.89% from 255) = 28.07%
R=37.54%
G=34.39%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419616000.080.250.164039.7173.33
HexD6C4A0081910282849
Octal32630424001031205050111
Binary1101011011000100101000000100011001100001010001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C4A0; }

 p { color: rgb(214,196,160); }

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

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

 a { background-color: rgb(214,196,160); }

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

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

 span { border-color: rgb(214,196,160); }

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