Html Css Color HEX #D6C39B Double Spanish White
📋 copy color: '#D6C39B'red 214 ◦ green 195 ◦ blue 155
Shades of Double Spanish White #D6C39B
Tints of Double Spanish White #D6C39B
RGB
CMYK
RGB Variations
Color information
#D6C39B (or 0xD6C39B) is known color: Double Spanish White. HEX triplet: D6, C3 and 9B. RGB value is (214,195,155). Sum of RGB (Red+Green+Blue) = 214+195+155=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C39B is #293C64. Grayscale: #C4C4C4. Windows color (decimal): -2702437 or 10208214. OLE color: 10208214.
HSL color Cylindrical-coordinate representation of color #D6C39B: hue angle of 40.68º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6C39B is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 155 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.16 |
| HSL | 40.68º | 0.42% | 0.72% | - |
| HSV(B) | 40.68º | 0.28% | 0.84% | - |
| XYZ | 53.16 | 55.69 | 38.96 | - |
| YUV | 196.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 155 | 0 | 0.09 | 0.28 | 0.16 | 40.68 | 0.42 | 0.72 |
| Hex | D6 | C3 | 9B | 0 | 9 | 1C | 10 | 29 | 2A | 48 |
| Octal | 326 | 303 | 233 | 0 | 11 | 34 | 20 | 51 | 52 | 110 |
| Binary | 11010110 | 11000011 | 10011011 | 0 | 1001 | 11100 | 10000 | 101001 | 101010 | 1001000 |
Color Harmonies of #D6C39B
Complementary color
Monochromatic Colors of #D6C39B
Black with #D6C39B
Text Example
Text Example
White with #D6C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C39B; }
p { color: rgb(214,195,155); }
H1.HeaderClassName
{
color: #D6C39B;
}
.AnyTagClassName
{
color: #D6C39B;
}
</style>
background-color css
<style>
a { background-color: #D6C39B; }
a { background-color: rgb(214,195,155); }
div.DivClassName
{
background-color: #D6C39B;
}
.BgClassName
{
background-color: #D6C39B;
}
</style>
border-color css
<style>
span { border-color: #D6C39B; }
span { border-color: rgb(214,195,155); }
td.TdClassName
{
border-color: #D6C39B;
}
.TagClassName
{
border-color: #D6C39B;
}
</style>