Shades of Feldspar #CD997D
Tints of Feldspar #CD997D
RGB
CMYK
RGB Variations
Color information
#CD997D (or 0xCD997D) is known color: Feldspar. HEX triplet: CD, 99 and 7D. RGB value is (205,153,125). Sum of RGB (Red+Green+Blue) = 205+153+125=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD997D is #326682. Grayscale: #A5A5A5. Windows color (decimal): -3303043 or 8231373. OLE color: 8231373.
HSL color Cylindrical-coordinate representation of color #CD997D: hue angle of 21º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD997D is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 125 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.20 |
| HSL | 21º | 0.44% | 0.65% | - |
| HSV(B) | 21º | 0.39% | 0.8% | - |
| XYZ | 40.27 | 37.24 | 24.47 | - |
| YUV | 165.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 125 | 0 | 0.25 | 0.39 | 0.20 | 21 | 0.44 | 0.65 |
| Hex | CD | 99 | 7D | 0 | 19 | 27 | 14 | 15 | 2C | 41 |
| Octal | 315 | 231 | 175 | 0 | 31 | 47 | 24 | 25 | 54 | 101 |
| Binary | 11001101 | 10011001 | 1111101 | 0 | 11001 | 100111 | 10100 | 10101 | 101100 | 1000001 |
Color Harmonies of #CD997D
Complementary color
Monochromatic Colors of #CD997D
Black with #CD997D
Text Example
Text Example
White with #CD997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD997D; }
p { color: rgb(205,153,125); }
H1.HeaderClassName
{
color: #CD997D;
}
.AnyTagClassName
{
color: #CD997D;
}
</style>
background-color css
<style>
a { background-color: #CD997D; }
a { background-color: rgb(205,153,125); }
div.DivClassName
{
background-color: #CD997D;
}
.BgClassName
{
background-color: #CD997D;
}
</style>
border-color css
<style>
span { border-color: #CD997D; }
span { border-color: rgb(205,153,125); }
td.TdClassName
{
border-color: #CD997D;
}
.TagClassName
{
border-color: #CD997D;
}
</style>