Html Css Color HEX #D3C4AB Double Spanish White
📋 copy color: '#D3C4AB'red 211 ◦ green 196 ◦ blue 171
Shades of Double Spanish White #D3C4AB
Tints of Double Spanish White #D3C4AB
RGB
CMYK
RGB Variations
Color information
#D3C4AB (or 0xD3C4AB) is known color: Double Spanish White. HEX triplet: D3, C4 and AB. RGB value is (211,196,171). Sum of RGB (Red+Green+Blue) = 211+196+171=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C4AB is #2C3B54. Grayscale: #C5C5C5. Windows color (decimal): -2898773 or 11257043. OLE color: 11257043.
HSL color Cylindrical-coordinate representation of color #D3C4AB: hue angle of 37.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3C4AB is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 171 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.17 |
| HSL | 37.5º | 0.31% | 0.75% | - |
| HSV(B) | 37.5º | 0.19% | 0.83% | - |
| XYZ | 53.95 | 56.27 | 46.55 | - |
| YUV | 197.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 171 | 0 | 0.07 | 0.19 | 0.17 | 37.5 | 0.31 | 0.75 |
| Hex | D3 | C4 | AB | 0 | 7 | 13 | 11 | 26 | 1F | 4B |
| Octal | 323 | 304 | 253 | 0 | 7 | 23 | 21 | 46 | 37 | 113 |
| Binary | 11010011 | 11000100 | 10101011 | 0 | 111 | 10011 | 10001 | 100110 | 11111 | 1001011 |
Color Harmonies of #D3C4AB
Complementary color
Monochromatic Colors of #D3C4AB
Black with #D3C4AB
Text Example
Text Example
White with #D3C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C4AB; }
p { color: rgb(211,196,171); }
H1.HeaderClassName
{
color: #D3C4AB;
}
.AnyTagClassName
{
color: #D3C4AB;
}
</style>
background-color css
<style>
a { background-color: #D3C4AB; }
a { background-color: rgb(211,196,171); }
div.DivClassName
{
background-color: #D3C4AB;
}
.BgClassName
{
background-color: #D3C4AB;
}
</style>
border-color css
<style>
span { border-color: #D3C4AB; }
span { border-color: rgb(211,196,171); }
td.TdClassName
{
border-color: #D3C4AB;
}
.TagClassName
{
border-color: #D3C4AB;
}
</style>