Html Css Color HEX #D5C39D Double Spanish White
📋 copy color: '#D5C39D'red 213 ◦ green 195 ◦ blue 157
Shades of Double Spanish White #D5C39D
Tints of Double Spanish White #D5C39D
RGB
CMYK
RGB Variations
Color information
#D5C39D (or 0xD5C39D) is known color: Double Spanish White. HEX triplet: D5, C3 and 9D. RGB value is (213,195,157). Sum of RGB (Red+Green+Blue) = 213+195+157=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C39D is #2A3C62. Grayscale: #C4C4C4. Windows color (decimal): -2767971 or 10339285. OLE color: 10339285.
HSL color Cylindrical-coordinate representation of color #D5C39D: hue angle of 40.71º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5C39D is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 157 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.16 |
| HSL | 40.71º | 0.4% | 0.73% | - |
| HSV(B) | 40.71º | 0.26% | 0.84% | - |
| XYZ | 53.04 | 55.61 | 39.84 | - |
| YUV | 196.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 157 | 0 | 0.08 | 0.26 | 0.16 | 40.71 | 0.4 | 0.73 |
| Hex | D5 | C3 | 9D | 0 | 8 | 1A | 10 | 29 | 28 | 49 |
| Octal | 325 | 303 | 235 | 0 | 10 | 32 | 20 | 51 | 50 | 111 |
| Binary | 11010101 | 11000011 | 10011101 | 0 | 1000 | 11010 | 10000 | 101001 | 101000 | 1001001 |
Color Harmonies of #D5C39D
Complementary color
Monochromatic Colors of #D5C39D
Black with #D5C39D
Text Example
Text Example
White with #D5C39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C39D; }
p { color: rgb(213,195,157); }
H1.HeaderClassName
{
color: #D5C39D;
}
.AnyTagClassName
{
color: #D5C39D;
}
</style>
background-color css
<style>
a { background-color: #D5C39D; }
a { background-color: rgb(213,195,157); }
div.DivClassName
{
background-color: #D5C39D;
}
.BgClassName
{
background-color: #D5C39D;
}
</style>
border-color css
<style>
span { border-color: #D5C39D; }
span { border-color: rgb(213,195,157); }
td.TdClassName
{
border-color: #D5C39D;
}
.TagClassName
{
border-color: #D5C39D;
}
</style>