Html Css Color HEX #D6C29C Double Spanish White
📋 copy color: '#D6C29C'red 214 ◦ green 194 ◦ blue 156
Shades of Double Spanish White #D6C29C
Tints of Double Spanish White #D6C29C
RGB
CMYK
RGB Variations
Color information
#D6C29C (or 0xD6C29C) is known color: Double Spanish White. HEX triplet: D6, C2 and 9C. RGB value is (214,194,156). Sum of RGB (Red+Green+Blue) = 214+194+156=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C29C is #293D63. Grayscale: #C3C3C3. Windows color (decimal): -2702692 or 10273494. OLE color: 10273494.
HSL color Cylindrical-coordinate representation of color #D6C29C: hue angle of 39.31º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6C29C is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 156 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.16 |
| HSL | 39.31º | 0.41% | 0.73% | - |
| HSV(B) | 39.31º | 0.27% | 0.84% | - |
| XYZ | 53.02 | 55.28 | 39.33 | - |
| YUV | 195.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 156 | 0 | 0.09 | 0.27 | 0.16 | 39.31 | 0.41 | 0.73 |
| Hex | D6 | C2 | 9C | 0 | 9 | 1B | 10 | 27 | 29 | 49 |
| Octal | 326 | 302 | 234 | 0 | 11 | 33 | 20 | 47 | 51 | 111 |
| Binary | 11010110 | 11000010 | 10011100 | 0 | 1001 | 11011 | 10000 | 100111 | 101001 | 1001001 |
Color Harmonies of #D6C29C
Complementary color
Monochromatic Colors of #D6C29C
Black with #D6C29C
Text Example
Text Example
White with #D6C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C29C; }
p { color: rgb(214,194,156); }
H1.HeaderClassName
{
color: #D6C29C;
}
.AnyTagClassName
{
color: #D6C29C;
}
</style>
background-color css
<style>
a { background-color: #D6C29C; }
a { background-color: rgb(214,194,156); }
div.DivClassName
{
background-color: #D6C29C;
}
.BgClassName
{
background-color: #D6C29C;
}
</style>
border-color css
<style>
span { border-color: #D6C29C; }
span { border-color: rgb(214,194,156); }
td.TdClassName
{
border-color: #D6C29C;
}
.TagClassName
{
border-color: #D6C29C;
}
</style>