Shades of Deco #C9C77F
Tints of Deco #C9C77F
RGB
CMYK
RGB Variations
Color information
#C9C77F (or 0xC9C77F) is known color: Deco. HEX triplet: C9, C7 and 7F. RGB value is (201,199,127). Sum of RGB (Red+Green+Blue) = 201+199+127=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C77F is #363880. Grayscale: #BFBFBF. Windows color (decimal): -3553409 or 8374217. OLE color: 8374217.
HSL color Cylindrical-coordinate representation of color #C9C77F: hue angle of 58.38º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9C77F is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 127 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.21 |
| HSL | 58.38º | 0.41% | 0.64% | - |
| HSV(B) | 58.38º | 0.37% | 0.79% | - |
| XYZ | 48.34 | 54.8 | 28.11 | - |
| YUV | 191.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 127 | 0 | 0.01 | 0.37 | 0.21 | 58.38 | 0.41 | 0.64 |
| Hex | C9 | C7 | 7F | 0 | 1 | 25 | 15 | 3A | 29 | 40 |
| Octal | 311 | 307 | 177 | 0 | 1 | 45 | 25 | 72 | 51 | 100 |
| Binary | 11001001 | 11000111 | 1111111 | 0 | 1 | 100101 | 10101 | 111010 | 101001 | 1000000 |
Color Harmonies of #C9C77F
Complementary color
Monochromatic Colors of #C9C77F
Black with #C9C77F
Text Example
Text Example
White with #C9C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C77F; }
p { color: rgb(201,199,127); }
H1.HeaderClassName
{
color: #C9C77F;
}
.AnyTagClassName
{
color: #C9C77F;
}
</style>
background-color css
<style>
a { background-color: #C9C77F; }
a { background-color: rgb(201,199,127); }
div.DivClassName
{
background-color: #C9C77F;
}
.BgClassName
{
background-color: #C9C77F;
}
</style>
border-color css
<style>
span { border-color: #C9C77F; }
span { border-color: rgb(201,199,127); }
td.TdClassName
{
border-color: #C9C77F;
}
.TagClassName
{
border-color: #C9C77F;
}
</style>