Html Css Color HEX #D5C194 Double Spanish White
📋 copy color: '#D5C194'red 213 ◦ green 193 ◦ blue 148
Shades of Double Spanish White #D5C194
Tints of Double Spanish White #D5C194
RGB
CMYK
RGB Variations
Color information
#D5C194 (or 0xD5C194) is known color: Double Spanish White. HEX triplet: D5, C1 and 94. RGB value is (213,193,148). Sum of RGB (Red+Green+Blue) = 213+193+148=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C194 is #2A3E6B. Grayscale: #C2C2C2. Windows color (decimal): -2768492 or 9748949. OLE color: 9748949.
HSL color Cylindrical-coordinate representation of color #D5C194: hue angle of 41.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5C194 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 148 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.16 |
| HSL | 41.54º | 0.44% | 0.71% | - |
| HSV(B) | 41.54º | 0.31% | 0.84% | - |
| XYZ | 51.86 | 54.42 | 35.79 | - |
| YUV | 193.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 148 | 0 | 0.09 | 0.31 | 0.16 | 41.54 | 0.44 | 0.71 |
| Hex | D5 | C1 | 94 | 0 | 9 | 1F | 10 | 2A | 2C | 47 |
| Octal | 325 | 301 | 224 | 0 | 11 | 37 | 20 | 52 | 54 | 107 |
| Binary | 11010101 | 11000001 | 10010100 | 0 | 1001 | 11111 | 10000 | 101010 | 101100 | 1000111 |
Color Harmonies of #D5C194
Complementary color
Monochromatic Colors of #D5C194
Black with #D5C194
Text Example
Text Example
White with #D5C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C194; }
p { color: rgb(213,193,148); }
H1.HeaderClassName
{
color: #D5C194;
}
.AnyTagClassName
{
color: #D5C194;
}
</style>
background-color css
<style>
a { background-color: #D5C194; }
a { background-color: rgb(213,193,148); }
div.DivClassName
{
background-color: #D5C194;
}
.BgClassName
{
background-color: #D5C194;
}
</style>
border-color css
<style>
span { border-color: #D5C194; }
span { border-color: rgb(213,193,148); }
td.TdClassName
{
border-color: #D5C194;
}
.TagClassName
{
border-color: #D5C194;
}
</style>