Html Css Color HEX #D6C6AA Double Spanish White
📋 copy color: '#D6C6AA'red 214 ◦ green 198 ◦ blue 170
Shades of Double Spanish White #D6C6AA
Tints of Double Spanish White #D6C6AA
RGB
CMYK
RGB Variations
Color information
#D6C6AA (or 0xD6C6AA) is known color: Double Spanish White. HEX triplet: D6, C6 and AA. RGB value is (214,198,170). Sum of RGB (Red+Green+Blue) = 214+198+170=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C6AA is #293955. Grayscale: #C7C7C7. Windows color (decimal): -2701654 or 11192022. OLE color: 11192022.
HSL color Cylindrical-coordinate representation of color #D6C6AA: hue angle of 38.18º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6C6AA is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 170 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.16 |
| HSL | 38.18º | 0.35% | 0.75% | - |
| HSV(B) | 38.18º | 0.21% | 0.84% | - |
| XYZ | 55.18 | 57.59 | 46.24 | - |
| YUV | 199.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 170 | 0 | 0.07 | 0.21 | 0.16 | 38.18 | 0.35 | 0.75 |
| Hex | D6 | C6 | AA | 0 | 7 | 15 | 10 | 26 | 23 | 4B |
| Octal | 326 | 306 | 252 | 0 | 7 | 25 | 20 | 46 | 43 | 113 |
| Binary | 11010110 | 11000110 | 10101010 | 0 | 111 | 10101 | 10000 | 100110 | 100011 | 1001011 |
Color Harmonies of #D6C6AA
Complementary color
Monochromatic Colors of #D6C6AA
Black with #D6C6AA
Text Example
Text Example
White with #D6C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6AA; }
p { color: rgb(214,198,170); }
H1.HeaderClassName
{
color: #D6C6AA;
}
.AnyTagClassName
{
color: #D6C6AA;
}
</style>
background-color css
<style>
a { background-color: #D6C6AA; }
a { background-color: rgb(214,198,170); }
div.DivClassName
{
background-color: #D6C6AA;
}
.BgClassName
{
background-color: #D6C6AA;
}
</style>
border-color css
<style>
span { border-color: #D6C6AA; }
span { border-color: rgb(214,198,170); }
td.TdClassName
{
border-color: #D6C6AA;
}
.TagClassName
{
border-color: #D6C6AA;
}
</style>