Html Css Color HEX #D0C09C Double Spanish White
📋 copy color: '#D0C09C'red 208 ◦ green 192 ◦ blue 156
Shades of Double Spanish White #D0C09C
Tints of Double Spanish White #D0C09C
RGB
CMYK
RGB Variations
Color information
#D0C09C (or 0xD0C09C) is known color: Double Spanish White. HEX triplet: D0, C0 and 9C. RGB value is (208,192,156). Sum of RGB (Red+Green+Blue) = 208+192+156=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C09C is #2F3F63. Grayscale: #C0C0C0. Windows color (decimal): -3096420 or 10272976. OLE color: 10272976.
HSL color Cylindrical-coordinate representation of color #D0C09C: hue angle of 41.54º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0C09C is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 156 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.18 |
| HSL | 41.54º | 0.36% | 0.71% | - |
| HSV(B) | 41.54º | 0.25% | 0.82% | - |
| XYZ | 50.86 | 53.51 | 39.1 | - |
| YUV | 192.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 156 | 0 | 0.08 | 0.25 | 0.18 | 41.54 | 0.36 | 0.71 |
| Hex | D0 | C0 | 9C | 0 | 8 | 19 | 12 | 2A | 24 | 47 |
| Octal | 320 | 300 | 234 | 0 | 10 | 31 | 22 | 52 | 44 | 107 |
| Binary | 11010000 | 11000000 | 10011100 | 0 | 1000 | 11001 | 10010 | 101010 | 100100 | 1000111 |
Color Harmonies of #D0C09C
Complementary color
Monochromatic Colors of #D0C09C
Black with #D0C09C
Text Example
Text Example
White with #D0C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C09C; }
p { color: rgb(208,192,156); }
H1.HeaderClassName
{
color: #D0C09C;
}
.AnyTagClassName
{
color: #D0C09C;
}
</style>
background-color css
<style>
a { background-color: #D0C09C; }
a { background-color: rgb(208,192,156); }
div.DivClassName
{
background-color: #D0C09C;
}
.BgClassName
{
background-color: #D0C09C;
}
</style>
border-color css
<style>
span { border-color: #D0C09C; }
span { border-color: rgb(208,192,156); }
td.TdClassName
{
border-color: #D0C09C;
}
.TagClassName
{
border-color: #D0C09C;
}
</style>