Html Css Color HEX #D5C19B Double Spanish White
📋 copy color: '#D5C19B'red 213 ◦ green 193 ◦ blue 155
Shades of Double Spanish White #D5C19B
Tints of Double Spanish White #D5C19B
RGB
CMYK
RGB Variations
Color information
#D5C19B (or 0xD5C19B) is known color: Double Spanish White. HEX triplet: D5, C1 and 9B. RGB value is (213,193,155). Sum of RGB (Red+Green+Blue) = 213+193+155=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C19B is #2A3E64. Grayscale: #C2C2C2. Windows color (decimal): -2768485 or 10207701. OLE color: 10207701.
HSL color Cylindrical-coordinate representation of color #D5C19B: hue angle of 39.31º 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 #D5C19B is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 155 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.16 |
| HSL | 39.31º | 0.41% | 0.72% | - |
| HSV(B) | 39.31º | 0.27% | 0.84% | - |
| XYZ | 52.43 | 54.65 | 38.8 | - |
| YUV | 194.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 155 | 0 | 0.09 | 0.27 | 0.16 | 39.31 | 0.41 | 0.72 |
| Hex | D5 | C1 | 9B | 0 | 9 | 1B | 10 | 27 | 29 | 48 |
| Octal | 325 | 301 | 233 | 0 | 11 | 33 | 20 | 47 | 51 | 110 |
| Binary | 11010101 | 11000001 | 10011011 | 0 | 1001 | 11011 | 10000 | 100111 | 101001 | 1001000 |
Color Harmonies of #D5C19B
Complementary color
Monochromatic Colors of #D5C19B
Black with #D5C19B
Text Example
Text Example
White with #D5C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C19B; }
p { color: rgb(213,193,155); }
H1.HeaderClassName
{
color: #D5C19B;
}
.AnyTagClassName
{
color: #D5C19B;
}
</style>
background-color css
<style>
a { background-color: #D5C19B; }
a { background-color: rgb(213,193,155); }
div.DivClassName
{
background-color: #D5C19B;
}
.BgClassName
{
background-color: #D5C19B;
}
</style>
border-color css
<style>
span { border-color: #D5C19B; }
span { border-color: rgb(213,193,155); }
td.TdClassName
{
border-color: #D5C19B;
}
.TagClassName
{
border-color: #D5C19B;
}
</style>