#D6C39F

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

Shades of Double Spanish White #D6C39F

Tints of Double Spanish White #D6C39F

Color information

#D6C39F (or 0xD6C39F) is unknown color: approx Double Spanish White. HEX triplet: D6, C3 and 9F. RGB value is (214,195,159). Sum of RGB (Red+Green+Blue) = 214+195+159=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C39F is #293C60. Grayscale: #C4C4C4. Windows color (decimal): -2702433 or 10470358. OLE color: 10470358.

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

Color convert

RGB214195159-
CMYK00.090.260.16
HSL39.27º40.15%73.14%-
HSV(B)39.27º25.7%83.92%-
XYZ53.555.8340.76-
YUV196.58106.79140.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.68%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=37.68%
G=34.33%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419515900.090.260.1639.2740.1573.14
HexD6C39F091A10272849
Octal32630323701132204750111
Binary1101011011000011100111110100111010100001001111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C39F; }

 p { color: rgb(214,195,159); }

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

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

 a { background-color: rgb(214,195,159); }

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

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

 span { border-color: rgb(214,195,159); }

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