Html Css Color HEX #D5C6AB Double Spanish White
📋 copy color: '#D5C6AB'red 213 ◦ green 198 ◦ blue 171
Shades of Double Spanish White #D5C6AB
Tints of Double Spanish White #D5C6AB
RGB
CMYK
RGB Variations
Color information
#D5C6AB (or 0xD5C6AB) is known color: Double Spanish White. HEX triplet: D5, C6 and AB. RGB value is (213,198,171). Sum of RGB (Red+Green+Blue) = 213+198+171=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C6AB is #2A3954. Grayscale: #C7C7C7. Windows color (decimal): -2767189 or 11257557. OLE color: 11257557.
HSL color Cylindrical-coordinate representation of color #D5C6AB: hue angle of 38.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C6AB is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 171 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.16 |
| HSL | 38.57º | 0.33% | 0.75% | - |
| HSV(B) | 38.57º | 0.2% | 0.84% | - |
| XYZ | 54.99 | 57.47 | 46.72 | - |
| YUV | 199.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 171 | 0 | 0.07 | 0.20 | 0.16 | 38.57 | 0.33 | 0.75 |
| Hex | D5 | C6 | AB | 0 | 7 | 14 | 10 | 27 | 21 | 4B |
| Octal | 325 | 306 | 253 | 0 | 7 | 24 | 20 | 47 | 41 | 113 |
| Binary | 11010101 | 11000110 | 10101011 | 0 | 111 | 10100 | 10000 | 100111 | 100001 | 1001011 |
Color Harmonies of #D5C6AB
Complementary color
Monochromatic Colors of #D5C6AB
Black with #D5C6AB
Text Example
Text Example
White with #D5C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6AB; }
p { color: rgb(213,198,171); }
H1.HeaderClassName
{
color: #D5C6AB;
}
.AnyTagClassName
{
color: #D5C6AB;
}
</style>
background-color css
<style>
a { background-color: #D5C6AB; }
a { background-color: rgb(213,198,171); }
div.DivClassName
{
background-color: #D5C6AB;
}
.BgClassName
{
background-color: #D5C6AB;
}
</style>
border-color css
<style>
span { border-color: #D5C6AB; }
span { border-color: rgb(213,198,171); }
td.TdClassName
{
border-color: #D5C6AB;
}
.TagClassName
{
border-color: #D5C6AB;
}
</style>