Html Css Color HEX #D5C098 Double Spanish White
📋 copy color: '#D5C098'red 213 ◦ green 192 ◦ blue 152
Shades of Double Spanish White #D5C098
Tints of Double Spanish White #D5C098
RGB
CMYK
RGB Variations
Color information
#D5C098 (or 0xD5C098) is known color: Double Spanish White. HEX triplet: D5, C0 and 98. RGB value is (213,192,152). Sum of RGB (Red+Green+Blue) = 213+192+152=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C098 is #2A3F67. Grayscale: #C1C1C1. Windows color (decimal): -2768744 or 10010837. OLE color: 10010837.
HSL color Cylindrical-coordinate representation of color #D5C098: hue angle of 39.34º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5C098 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 152 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.16 |
| HSL | 39.34º | 0.42% | 0.72% | - |
| HSV(B) | 39.34º | 0.29% | 0.84% | - |
| XYZ | 51.96 | 54.11 | 37.41 | - |
| YUV | 193.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 152 | 0 | 0.10 | 0.29 | 0.16 | 39.34 | 0.42 | 0.72 |
| Hex | D5 | C0 | 98 | 0 | A | 1D | 10 | 27 | 2A | 48 |
| Octal | 325 | 300 | 230 | 0 | 12 | 35 | 20 | 47 | 52 | 110 |
| Binary | 11010101 | 11000000 | 10011000 | 0 | 1010 | 11101 | 10000 | 100111 | 101010 | 1001000 |
Color Harmonies of #D5C098
Complementary color
Monochromatic Colors of #D5C098
Black with #D5C098
Text Example
Text Example
White with #D5C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C098; }
p { color: rgb(213,192,152); }
H1.HeaderClassName
{
color: #D5C098;
}
.AnyTagClassName
{
color: #D5C098;
}
</style>
background-color css
<style>
a { background-color: #D5C098; }
a { background-color: rgb(213,192,152); }
div.DivClassName
{
background-color: #D5C098;
}
.BgClassName
{
background-color: #D5C098;
}
</style>
border-color css
<style>
span { border-color: #D5C098; }
span { border-color: rgb(213,192,152); }
td.TdClassName
{
border-color: #D5C098;
}
.TagClassName
{
border-color: #D5C098;
}
</style>