#D6C29E

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

Shades of Double Spanish White #D6C29E

Tints of Double Spanish White #D6C29E

Color information

#D6C29E (or 0xD6C29E) is unknown color: approx Double Spanish White. HEX triplet: D6, C2 and 9E. RGB value is (214,194,158). Sum of RGB (Red+Green+Blue) = 214+194+158=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C29E is #293D61. Grayscale: #C4C4C4. Windows color (decimal): -2702690 or 10404566. OLE color: 10404566.

HSL color Cylindrical-coordinate representation of color #D6C29E: hue angle of 38.57º degrees, saturation: 0.41, 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 #D6C29E is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB214194158-
CMYK00.090.260.16
HSL38.57º40.58%72.94%-
HSV(B)38.57º26.17%83.92%-
XYZ53.1955.3540.23-
YUV195.88106.63140.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 158 (62.11% from 255) = 27.92%
R=37.81%
G=34.28%
B=27.92%

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
Decimal21419415800.090.260.1638.5740.5872.94
HexD6C29E091A10272949
Octal32630223601132204751111
Binary1101011011000010100111100100111010100001001111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C29E; }

 p { color: rgb(214,194,158); }

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

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

 a { background-color: rgb(214,194,158); }

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

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

 span { border-color: rgb(214,194,158); }

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