#D6C499

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

Shades of Double Spanish White #D6C499

Tints of Double Spanish White #D6C499

Color information

#D6C499 (or 0xD6C499) is unknown color: approx Double Spanish White. HEX triplet: D6, C4 and 99. RGB value is (214,196,153). Sum of RGB (Red+Green+Blue) = 214+196+153=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C499 is #293B66. Grayscale: #C4C4C4. Windows color (decimal): -2702183 or 10077398. OLE color: 10077398.

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

Color convert

RGB214196153-
CMYK00.080.290.16
HSL42.3º42.66%71.96%-
HSV(B)42.3º28.5%83.92%-
XYZ53.2256.0838.16-
YUV196.48103.46140.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=38.01%
G=34.81%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419615300.080.290.1642.342.6671.96
HexD6C499081D102a2b48
Octal32630423101035205253110
Binary1101011011000100100110010100011101100001010101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C499; }

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

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

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

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

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

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

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

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