Html Css Color HEX #D0C094 Double Spanish White
📋 copy color: '#D0C094'red 208 ◦ green 192 ◦ blue 148
Shades of Double Spanish White #D0C094
Tints of Double Spanish White #D0C094
RGB
CMYK
RGB Variations
Color information
#D0C094 (or 0xD0C094) is known color: Double Spanish White. HEX triplet: D0, C0 and 94. RGB value is (208,192,148). Sum of RGB (Red+Green+Blue) = 208+192+148=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C094 is #2F3F6B. Grayscale: #BFBFBF. Windows color (decimal): -3096428 or 9748688. OLE color: 9748688.
HSL color Cylindrical-coordinate representation of color #D0C094: hue angle of 44º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0C094 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 148 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.18 |
| HSL | 44º | 0.39% | 0.7% | - |
| HSV(B) | 44º | 0.29% | 0.82% | - |
| XYZ | 50.21 | 53.25 | 35.65 | - |
| YUV | 191.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 148 | 0 | 0.08 | 0.29 | 0.18 | 44 | 0.39 | 0.7 |
| Hex | D0 | C0 | 94 | 0 | 8 | 1D | 12 | 2C | 27 | 46 |
| Octal | 320 | 300 | 224 | 0 | 10 | 35 | 22 | 54 | 47 | 106 |
| Binary | 11010000 | 11000000 | 10010100 | 0 | 1000 | 11101 | 10010 | 101100 | 100111 | 1000110 |
Color Harmonies of #D0C094
Complementary color
Monochromatic Colors of #D0C094
Black with #D0C094
Text Example
Text Example
White with #D0C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C094; }
p { color: rgb(208,192,148); }
H1.HeaderClassName
{
color: #D0C094;
}
.AnyTagClassName
{
color: #D0C094;
}
</style>
background-color css
<style>
a { background-color: #D0C094; }
a { background-color: rgb(208,192,148); }
div.DivClassName
{
background-color: #D0C094;
}
.BgClassName
{
background-color: #D0C094;
}
</style>
border-color css
<style>
span { border-color: #D0C094; }
span { border-color: rgb(208,192,148); }
td.TdClassName
{
border-color: #D0C094;
}
.TagClassName
{
border-color: #D0C094;
}
</style>