Html Css Color HEX #D5C6A8 Double Spanish White
📋 copy color: '#D5C6A8'red 213 ◦ green 198 ◦ blue 168
Shades of Double Spanish White #D5C6A8
Tints of Double Spanish White #D5C6A8
RGB
CMYK
RGB Variations
Color information
#D5C6A8 (or 0xD5C6A8) is known color: Double Spanish White. HEX triplet: D5, C6 and A8. RGB value is (213,198,168). Sum of RGB (Red+Green+Blue) = 213+198+168=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C6A8 is #2A3957. Grayscale: #C7C7C7. Windows color (decimal): -2767192 or 11060949. OLE color: 11060949.
HSL color Cylindrical-coordinate representation of color #D5C6A8: hue angle of 40º 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 #D5C6A8 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 168 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.16 |
| HSL | 40º | 0.35% | 0.75% | - |
| HSV(B) | 40º | 0.21% | 0.84% | - |
| XYZ | 54.7 | 57.36 | 45.23 | - |
| YUV | 199.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 168 | 0 | 0.07 | 0.21 | 0.16 | 40 | 0.35 | 0.75 |
| Hex | D5 | C6 | A8 | 0 | 7 | 15 | 10 | 28 | 23 | 4B |
| Octal | 325 | 306 | 250 | 0 | 7 | 25 | 20 | 50 | 43 | 113 |
| Binary | 11010101 | 11000110 | 10101000 | 0 | 111 | 10101 | 10000 | 101000 | 100011 | 1001011 |
Color Harmonies of #D5C6A8
Complementary color
Monochromatic Colors of #D5C6A8
Black with #D5C6A8
Text Example
Text Example
White with #D5C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6A8; }
p { color: rgb(213,198,168); }
H1.HeaderClassName
{
color: #D5C6A8;
}
.AnyTagClassName
{
color: #D5C6A8;
}
</style>
background-color css
<style>
a { background-color: #D5C6A8; }
a { background-color: rgb(213,198,168); }
div.DivClassName
{
background-color: #D5C6A8;
}
.BgClassName
{
background-color: #D5C6A8;
}
</style>
border-color css
<style>
span { border-color: #D5C6A8; }
span { border-color: rgb(213,198,168); }
td.TdClassName
{
border-color: #D5C6A8;
}
.TagClassName
{
border-color: #D5C6A8;
}
</style>