Html Css Color HEX #D2C7A3 Double Spanish White
📋 copy color: '#D2C7A3'red 210 ◦ green 199 ◦ blue 163
Shades of Double Spanish White #D2C7A3
Tints of Double Spanish White #D2C7A3
RGB
CMYK
RGB Variations
Color information
#D2C7A3 (or 0xD2C7A3) is known color: Double Spanish White. HEX triplet: D2, C7 and A3. RGB value is (210,199,163). Sum of RGB (Red+Green+Blue) = 210+199+163=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C7A3 is #2D385C. Grayscale: #C6C6C6. Windows color (decimal): -2963549 or 10733522. OLE color: 10733522.
HSL color Cylindrical-coordinate representation of color #D2C7A3: hue angle of 45.96º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2C7A3 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 163 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.18 |
| HSL | 45.96º | 0.34% | 0.73% | - |
| HSV(B) | 45.96º | 0.22% | 0.82% | - |
| XYZ | 53.61 | 57.19 | 42.86 | - |
| YUV | 198.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 163 | 0 | 0.05 | 0.22 | 0.18 | 45.96 | 0.34 | 0.73 |
| Hex | D2 | C7 | A3 | 0 | 5 | 16 | 12 | 2E | 22 | 49 |
| Octal | 322 | 307 | 243 | 0 | 5 | 26 | 22 | 56 | 42 | 111 |
| Binary | 11010010 | 11000111 | 10100011 | 0 | 101 | 10110 | 10010 | 101110 | 100010 | 1001001 |
Color Harmonies of #D2C7A3
Complementary color
Monochromatic Colors of #D2C7A3
Black with #D2C7A3
Text Example
Text Example
White with #D2C7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C7A3; }
p { color: rgb(210,199,163); }
H1.HeaderClassName
{
color: #D2C7A3;
}
.AnyTagClassName
{
color: #D2C7A3;
}
</style>
background-color css
<style>
a { background-color: #D2C7A3; }
a { background-color: rgb(210,199,163); }
div.DivClassName
{
background-color: #D2C7A3;
}
.BgClassName
{
background-color: #D2C7A3;
}
</style>
border-color css
<style>
span { border-color: #D2C7A3; }
span { border-color: rgb(210,199,163); }
td.TdClassName
{
border-color: #D2C7A3;
}
.TagClassName
{
border-color: #D2C7A3;
}
</style>