Html Css Color HEX #D4C09D Double Spanish White
📋 copy color: '#D4C09D'red 212 ◦ green 192 ◦ blue 157
Shades of Double Spanish White #D4C09D
Tints of Double Spanish White #D4C09D
RGB
CMYK
RGB Variations
Color information
#D4C09D (or 0xD4C09D) is known color: Double Spanish White. HEX triplet: D4, C0 and 9D. RGB value is (212,192,157). Sum of RGB (Red+Green+Blue) = 212+192+157=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C09D is #2B3F62. Grayscale: #C2C2C2. Windows color (decimal): -2834275 or 10338516. OLE color: 10338516.
HSL color Cylindrical-coordinate representation of color #D4C09D: hue angle of 38.18º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4C09D is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 157 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.17 |
| HSL | 38.18º | 0.39% | 0.72% | - |
| HSV(B) | 38.18º | 0.26% | 0.83% | - |
| XYZ | 52.09 | 54.13 | 39.6 | - |
| YUV | 193.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 157 | 0 | 0.09 | 0.26 | 0.17 | 38.18 | 0.39 | 0.72 |
| Hex | D4 | C0 | 9D | 0 | 9 | 1A | 11 | 26 | 27 | 48 |
| Octal | 324 | 300 | 235 | 0 | 11 | 32 | 21 | 46 | 47 | 110 |
| Binary | 11010100 | 11000000 | 10011101 | 0 | 1001 | 11010 | 10001 | 100110 | 100111 | 1001000 |
Color Harmonies of #D4C09D
Complementary color
Monochromatic Colors of #D4C09D
Black with #D4C09D
Text Example
Text Example
White with #D4C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C09D; }
p { color: rgb(212,192,157); }
H1.HeaderClassName
{
color: #D4C09D;
}
.AnyTagClassName
{
color: #D4C09D;
}
</style>
background-color css
<style>
a { background-color: #D4C09D; }
a { background-color: rgb(212,192,157); }
div.DivClassName
{
background-color: #D4C09D;
}
.BgClassName
{
background-color: #D4C09D;
}
</style>
border-color css
<style>
span { border-color: #D4C09D; }
span { border-color: rgb(212,192,157); }
td.TdClassName
{
border-color: #D4C09D;
}
.TagClassName
{
border-color: #D4C09D;
}
</style>