Html Css Color HEX #D5C59B Double Spanish White
📋 copy color: '#D5C59B'red 213 ◦ green 197 ◦ blue 155
Shades of Double Spanish White #D5C59B
Tints of Double Spanish White #D5C59B
RGB
CMYK
RGB Variations
Color information
#D5C59B (or 0xD5C59B) is known color: Double Spanish White. HEX triplet: D5, C5 and 9B. RGB value is (213,197,155). Sum of RGB (Red+Green+Blue) = 213+197+155=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C59B is #2A3A64. Grayscale: #C5C5C5. Windows color (decimal): -2767461 or 10208725. OLE color: 10208725.
HSL color Cylindrical-coordinate representation of color #D5C59B: hue angle of 43.45º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5C59B is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 155 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.16 |
| HSL | 43.45º | 0.41% | 0.72% | - |
| HSV(B) | 43.45º | 0.27% | 0.84% | - |
| XYZ | 53.32 | 56.45 | 39.09 | - |
| YUV | 197 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 155 | 0 | 0.08 | 0.27 | 0.16 | 43.45 | 0.41 | 0.72 |
| Hex | D5 | C5 | 9B | 0 | 8 | 1B | 10 | 2B | 29 | 48 |
| Octal | 325 | 305 | 233 | 0 | 10 | 33 | 20 | 53 | 51 | 110 |
| Binary | 11010101 | 11000101 | 10011011 | 0 | 1000 | 11011 | 10000 | 101011 | 101001 | 1001000 |
Color Harmonies of #D5C59B
Complementary color
Monochromatic Colors of #D5C59B
Black with #D5C59B
Text Example
Text Example
White with #D5C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C59B; }
p { color: rgb(213,197,155); }
H1.HeaderClassName
{
color: #D5C59B;
}
.AnyTagClassName
{
color: #D5C59B;
}
</style>
background-color css
<style>
a { background-color: #D5C59B; }
a { background-color: rgb(213,197,155); }
div.DivClassName
{
background-color: #D5C59B;
}
.BgClassName
{
background-color: #D5C59B;
}
</style>
border-color css
<style>
span { border-color: #D5C59B; }
span { border-color: rgb(213,197,155); }
td.TdClassName
{
border-color: #D5C59B;
}
.TagClassName
{
border-color: #D5C59B;
}
</style>