Html Css Color HEX #D4C09C Double Spanish White
📋 copy color: '#D4C09C'red 212 ◦ green 192 ◦ blue 156
Shades of Double Spanish White #D4C09C
Tints of Double Spanish White #D4C09C
RGB
CMYK
RGB Variations
Color information
#D4C09C (or 0xD4C09C) is known color: Double Spanish White. HEX triplet: D4, C0 and 9C. RGB value is (212,192,156). Sum of RGB (Red+Green+Blue) = 212+192+156=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C09C is #2B3F63. Grayscale: #C2C2C2. Windows color (decimal): -2834276 or 10272980. OLE color: 10272980.
HSL color Cylindrical-coordinate representation of color #D4C09C: hue angle of 38.57º 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 #D4C09C is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 156 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.17 |
| HSL | 38.57º | 0.39% | 0.72% | - |
| HSV(B) | 38.57º | 0.26% | 0.83% | - |
| XYZ | 52 | 54.1 | 39.15 | - |
| YUV | 193.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 156 | 0 | 0.09 | 0.26 | 0.17 | 38.57 | 0.39 | 0.72 |
| Hex | D4 | C0 | 9C | 0 | 9 | 1A | 11 | 27 | 27 | 48 |
| Octal | 324 | 300 | 234 | 0 | 11 | 32 | 21 | 47 | 47 | 110 |
| Binary | 11010100 | 11000000 | 10011100 | 0 | 1001 | 11010 | 10001 | 100111 | 100111 | 1001000 |
Color Harmonies of #D4C09C
Complementary color
Monochromatic Colors of #D4C09C
Black with #D4C09C
Text Example
Text Example
White with #D4C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C09C; }
p { color: rgb(212,192,156); }
H1.HeaderClassName
{
color: #D4C09C;
}
.AnyTagClassName
{
color: #D4C09C;
}
</style>
background-color css
<style>
a { background-color: #D4C09C; }
a { background-color: rgb(212,192,156); }
div.DivClassName
{
background-color: #D4C09C;
}
.BgClassName
{
background-color: #D4C09C;
}
</style>
border-color css
<style>
span { border-color: #D4C09C; }
span { border-color: rgb(212,192,156); }
td.TdClassName
{
border-color: #D4C09C;
}
.TagClassName
{
border-color: #D4C09C;
}
</style>