Html Css Color HEX #D1C8A4 Double Spanish White
📋 copy color: '#D1C8A4'red 209 ◦ green 200 ◦ blue 164
Shades of Double Spanish White #D1C8A4
Tints of Double Spanish White #D1C8A4
RGB
CMYK
RGB Variations
Color information
#D1C8A4 (or 0xD1C8A4) is known color: Double Spanish White. HEX triplet: D1, C8 and A4. RGB value is (209,200,164). Sum of RGB (Red+Green+Blue) = 209+200+164=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C8A4 is #2E375B. Grayscale: #C6C6C6. Windows color (decimal): -3028828 or 10799313. OLE color: 10799313.
HSL color Cylindrical-coordinate representation of color #D1C8A4: hue angle of 48º degrees, saturation: 0.33, 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 #D1C8A4 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 164 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.18 |
| HSL | 48º | 0.33% | 0.73% | - |
| HSV(B) | 48º | 0.22% | 0.82% | - |
| XYZ | 53.65 | 57.54 | 43.4 | - |
| YUV | 198.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 164 | 0 | 0.04 | 0.22 | 0.18 | 48 | 0.33 | 0.73 |
| Hex | D1 | C8 | A4 | 0 | 4 | 16 | 12 | 30 | 21 | 49 |
| Octal | 321 | 310 | 244 | 0 | 4 | 26 | 22 | 60 | 41 | 111 |
| Binary | 11010001 | 11001000 | 10100100 | 0 | 100 | 10110 | 10010 | 110000 | 100001 | 1001001 |
Color Harmonies of #D1C8A4
Complementary color
Monochromatic Colors of #D1C8A4
Black with #D1C8A4
Text Example
Text Example
White with #D1C8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8A4; }
p { color: rgb(209,200,164); }
H1.HeaderClassName
{
color: #D1C8A4;
}
.AnyTagClassName
{
color: #D1C8A4;
}
</style>
background-color css
<style>
a { background-color: #D1C8A4; }
a { background-color: rgb(209,200,164); }
div.DivClassName
{
background-color: #D1C8A4;
}
.BgClassName
{
background-color: #D1C8A4;
}
</style>
border-color css
<style>
span { border-color: #D1C8A4; }
span { border-color: rgb(209,200,164); }
td.TdClassName
{
border-color: #D1C8A4;
}
.TagClassName
{
border-color: #D1C8A4;
}
</style>