Html Css Color HEX #D7C5A2 Double Spanish White
📋 copy color: '#D7C5A2'red 215 ◦ green 197 ◦ blue 162
Shades of Double Spanish White #D7C5A2
Tints of Double Spanish White #D7C5A2
RGB
CMYK
RGB Variations
Color information
#D7C5A2 (or 0xD7C5A2) is known color: Double Spanish White. HEX triplet: D7, C5 and A2. RGB value is (215,197,162). Sum of RGB (Red+Green+Blue) = 215+197+162=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C5A2 is #283A5D. Grayscale: #C6C6C6. Windows color (decimal): -2636382 or 10667479. OLE color: 10667479.
HSL color Cylindrical-coordinate representation of color #D7C5A2: hue angle of 39.62º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7C5A2 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 162 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.16 |
| HSL | 39.62º | 0.4% | 0.74% | - |
| HSV(B) | 39.62º | 0.25% | 0.84% | - |
| XYZ | 54.51 | 56.99 | 42.31 | - |
| YUV | 198.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 162 | 0 | 0.08 | 0.25 | 0.16 | 39.62 | 0.4 | 0.74 |
| Hex | D7 | C5 | A2 | 0 | 8 | 19 | 10 | 28 | 28 | 4A |
| Octal | 327 | 305 | 242 | 0 | 10 | 31 | 20 | 50 | 50 | 112 |
| Binary | 11010111 | 11000101 | 10100010 | 0 | 1000 | 11001 | 10000 | 101000 | 101000 | 1001010 |
Color Harmonies of #D7C5A2
Complementary color
Monochromatic Colors of #D7C5A2
Black with #D7C5A2
Text Example
Text Example
White with #D7C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C5A2; }
p { color: rgb(215,197,162); }
H1.HeaderClassName
{
color: #D7C5A2;
}
.AnyTagClassName
{
color: #D7C5A2;
}
</style>
background-color css
<style>
a { background-color: #D7C5A2; }
a { background-color: rgb(215,197,162); }
div.DivClassName
{
background-color: #D7C5A2;
}
.BgClassName
{
background-color: #D7C5A2;
}
</style>
border-color css
<style>
span { border-color: #D7C5A2; }
span { border-color: rgb(215,197,162); }
td.TdClassName
{
border-color: #D7C5A2;
}
.TagClassName
{
border-color: #D7C5A2;
}
</style>