Html Css Color HEX #D4C399 Double Spanish White
📋 copy color: '#D4C399'red 212 ◦ green 195 ◦ blue 153
Shades of Double Spanish White #D4C399
Tints of Double Spanish White #D4C399
RGB
CMYK
RGB Variations
Color information
#D4C399 (or 0xD4C399) is known color: Double Spanish White. HEX triplet: D4, C3 and 99. RGB value is (212,195,153). Sum of RGB (Red+Green+Blue) = 212+195+153=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C399 is #2B3C66. Grayscale: #C3C3C3. Windows color (decimal): -2833511 or 10077140. OLE color: 10077140.
HSL color Cylindrical-coordinate representation of color #D4C399: hue angle of 42.71º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4C399 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 195 | 153 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.17 |
| HSL | 42.71º | 0.41% | 0.72% | - |
| HSV(B) | 42.71º | 0.28% | 0.83% | - |
| XYZ | 52.42 | 55.33 | 38.05 | - |
| YUV | 195.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 153 | 0 | 0.08 | 0.28 | 0.17 | 42.71 | 0.41 | 0.72 |
| Hex | D4 | C3 | 99 | 0 | 8 | 1C | 11 | 2B | 29 | 48 |
| Octal | 324 | 303 | 231 | 0 | 10 | 34 | 21 | 53 | 51 | 110 |
| Binary | 11010100 | 11000011 | 10011001 | 0 | 1000 | 11100 | 10001 | 101011 | 101001 | 1001000 |
Color Harmonies of #D4C399
Complementary color
Monochromatic Colors of #D4C399
Black with #D4C399
Text Example
Text Example
White with #D4C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C399; }
p { color: rgb(212,195,153); }
H1.HeaderClassName
{
color: #D4C399;
}
.AnyTagClassName
{
color: #D4C399;
}
</style>
background-color css
<style>
a { background-color: #D4C399; }
a { background-color: rgb(212,195,153); }
div.DivClassName
{
background-color: #D4C399;
}
.BgClassName
{
background-color: #D4C399;
}
</style>
border-color css
<style>
span { border-color: #D4C399; }
span { border-color: rgb(212,195,153); }
td.TdClassName
{
border-color: #D4C399;
}
.TagClassName
{
border-color: #D4C399;
}
</style>