Html Css Color HEX #D0C29C Double Spanish White
📋 copy color: '#D0C29C'red 208 ◦ green 194 ◦ blue 156
Shades of Double Spanish White #D0C29C
Tints of Double Spanish White #D0C29C
RGB
CMYK
RGB Variations
Color information
#D0C29C (or 0xD0C29C) is known color: Double Spanish White. HEX triplet: D0, C2 and 9C. RGB value is (208,194,156). Sum of RGB (Red+Green+Blue) = 208+194+156=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C29C is #2F3D63. Grayscale: #C2C2C2. Windows color (decimal): -3095908 or 10273488. OLE color: 10273488.
HSL color Cylindrical-coordinate representation of color #D0C29C: hue angle of 43.85º 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 #D0C29C is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 156 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.18 |
| HSL | 43.85º | 0.36% | 0.71% | - |
| HSV(B) | 43.85º | 0.25% | 0.82% | - |
| XYZ | 51.3 | 54.39 | 39.25 | - |
| YUV | 193.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 156 | 0 | 0.07 | 0.25 | 0.18 | 43.85 | 0.36 | 0.71 |
| Hex | D0 | C2 | 9C | 0 | 7 | 19 | 12 | 2C | 24 | 47 |
| Octal | 320 | 302 | 234 | 0 | 7 | 31 | 22 | 54 | 44 | 107 |
| Binary | 11010000 | 11000010 | 10011100 | 0 | 111 | 11001 | 10010 | 101100 | 100100 | 1000111 |
Color Harmonies of #D0C29C
Complementary color
Monochromatic Colors of #D0C29C
Black with #D0C29C
Text Example
Text Example
White with #D0C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C29C; }
p { color: rgb(208,194,156); }
H1.HeaderClassName
{
color: #D0C29C;
}
.AnyTagClassName
{
color: #D0C29C;
}
</style>
background-color css
<style>
a { background-color: #D0C29C; }
a { background-color: rgb(208,194,156); }
div.DivClassName
{
background-color: #D0C29C;
}
.BgClassName
{
background-color: #D0C29C;
}
</style>
border-color css
<style>
span { border-color: #D0C29C; }
span { border-color: rgb(208,194,156); }
td.TdClassName
{
border-color: #D0C29C;
}
.TagClassName
{
border-color: #D0C29C;
}
</style>