Html Css Color HEX #D0C19D Double Spanish White
📋 copy color: '#D0C19D'red 208 ◦ green 193 ◦ blue 157
Shades of Double Spanish White #D0C19D
Tints of Double Spanish White #D0C19D
RGB
CMYK
RGB Variations
Color information
#D0C19D (or 0xD0C19D) is known color: Double Spanish White. HEX triplet: D0, C1 and 9D. RGB value is (208,193,157). Sum of RGB (Red+Green+Blue) = 208+193+157=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C19D is #2F3E62. Grayscale: #C1C1C1. Windows color (decimal): -3096163 or 10338768. OLE color: 10338768.
HSL color Cylindrical-coordinate representation of color #D0C19D: hue angle of 42.35º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0C19D is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 157 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.18 |
| HSL | 42.35º | 0.35% | 0.72% | - |
| HSV(B) | 42.35º | 0.25% | 0.82% | - |
| XYZ | 51.17 | 53.98 | 39.62 | - |
| YUV | 193.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 157 | 0 | 0.07 | 0.25 | 0.18 | 42.35 | 0.35 | 0.72 |
| Hex | D0 | C1 | 9D | 0 | 7 | 19 | 12 | 2A | 23 | 48 |
| Octal | 320 | 301 | 235 | 0 | 7 | 31 | 22 | 52 | 43 | 110 |
| Binary | 11010000 | 11000001 | 10011101 | 0 | 111 | 11001 | 10010 | 101010 | 100011 | 1001000 |
Color Harmonies of #D0C19D
Complementary color
Monochromatic Colors of #D0C19D
Black with #D0C19D
Text Example
Text Example
White with #D0C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C19D; }
p { color: rgb(208,193,157); }
H1.HeaderClassName
{
color: #D0C19D;
}
.AnyTagClassName
{
color: #D0C19D;
}
</style>
background-color css
<style>
a { background-color: #D0C19D; }
a { background-color: rgb(208,193,157); }
div.DivClassName
{
background-color: #D0C19D;
}
.BgClassName
{
background-color: #D0C19D;
}
</style>
border-color css
<style>
span { border-color: #D0C19D; }
span { border-color: rgb(208,193,157); }
td.TdClassName
{
border-color: #D0C19D;
}
.TagClassName
{
border-color: #D0C19D;
}
</style>