Shades of Feldspar #DC9774
Tints of Feldspar #DC9774
RGB
CMYK
RGB Variations
Color information
#DC9774 (or 0xDC9774) is known color: Feldspar. HEX triplet: DC, 97 and 74. RGB value is (220,151,116). Sum of RGB (Red+Green+Blue) = 220+151+116=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9774 is #23688B. Grayscale: #A7A7A7. Windows color (decimal): -2320524 or 7641052. OLE color: 7641052.
HSL color Cylindrical-coordinate representation of color #DC9774: hue angle of 20.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC9774 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 116 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.14 |
| HSL | 20.19º | 0.6% | 0.66% | - |
| HSV(B) | 20.19º | 0.47% | 0.86% | - |
| XYZ | 43.73 | 38.61 | 21.67 | - |
| YUV | 167.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 116 | 0 | 0.31 | 0.47 | 0.14 | 20.19 | 0.6 | 0.66 |
| Hex | DC | 97 | 74 | 0 | 1F | 2F | E | 14 | 3C | 42 |
| Octal | 334 | 227 | 164 | 0 | 37 | 57 | 16 | 24 | 74 | 102 |
| Binary | 11011100 | 10010111 | 1110100 | 0 | 11111 | 101111 | 1110 | 10100 | 111100 | 1000010 |
Color Harmonies of #DC9774
Complementary color
Monochromatic Colors of #DC9774
Black with #DC9774
Text Example
Text Example
White with #DC9774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9774; }
p { color: rgb(220,151,116); }
H1.HeaderClassName
{
color: #DC9774;
}
.AnyTagClassName
{
color: #DC9774;
}
</style>
background-color css
<style>
a { background-color: #DC9774; }
a { background-color: rgb(220,151,116); }
div.DivClassName
{
background-color: #DC9774;
}
.BgClassName
{
background-color: #DC9774;
}
</style>
border-color css
<style>
span { border-color: #DC9774; }
span { border-color: rgb(220,151,116); }
td.TdClassName
{
border-color: #DC9774;
}
.TagClassName
{
border-color: #DC9774;
}
</style>