Html Css Color HEX #D5C3A4 Double Spanish White
📋 copy color: '#D5C3A4'red 213 ◦ green 195 ◦ blue 164
Shades of Double Spanish White #D5C3A4
Tints of Double Spanish White #D5C3A4
RGB
CMYK
RGB Variations
Color information
#D5C3A4 (or 0xD5C3A4) is known color: Double Spanish White. HEX triplet: D5, C3 and A4. RGB value is (213,195,164). Sum of RGB (Red+Green+Blue) = 213+195+164=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C3A4 is #2A3C5B. Grayscale: #C4C4C4. Windows color (decimal): -2767964 or 10798037. OLE color: 10798037.
HSL color Cylindrical-coordinate representation of color #D5C3A4: hue angle of 37.96º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5C3A4 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 164 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.16 |
| HSL | 37.96º | 0.37% | 0.74% | - |
| HSV(B) | 37.96º | 0.23% | 0.84% | - |
| XYZ | 53.66 | 55.86 | 43.08 | - |
| YUV | 196.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 164 | 0 | 0.08 | 0.23 | 0.16 | 37.96 | 0.37 | 0.74 |
| Hex | D5 | C3 | A4 | 0 | 8 | 17 | 10 | 26 | 25 | 4A |
| Octal | 325 | 303 | 244 | 0 | 10 | 27 | 20 | 46 | 45 | 112 |
| Binary | 11010101 | 11000011 | 10100100 | 0 | 1000 | 10111 | 10000 | 100110 | 100101 | 1001010 |
Color Harmonies of #D5C3A4
Complementary color
Monochromatic Colors of #D5C3A4
Black with #D5C3A4
Text Example
Text Example
White with #D5C3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C3A4; }
p { color: rgb(213,195,164); }
H1.HeaderClassName
{
color: #D5C3A4;
}
.AnyTagClassName
{
color: #D5C3A4;
}
</style>
background-color css
<style>
a { background-color: #D5C3A4; }
a { background-color: rgb(213,195,164); }
div.DivClassName
{
background-color: #D5C3A4;
}
.BgClassName
{
background-color: #D5C3A4;
}
</style>
border-color css
<style>
span { border-color: #D5C3A4; }
span { border-color: rgb(213,195,164); }
td.TdClassName
{
border-color: #D5C3A4;
}
.TagClassName
{
border-color: #D5C3A4;
}
</style>