Shades of Deco #CCC98D
Tints of Deco #CCC98D
RGB
CMYK
RGB Variations
Color information
#CCC98D (or 0xCCC98D) is known color: Deco. HEX triplet: CC, C9 and 8D. RGB value is (204,201,141). Sum of RGB (Red+Green+Blue) = 204+201+141=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98D is #333672. Grayscale: #C3C3C3. Windows color (decimal): -3356275 or 9292236. OLE color: 9292236.
HSL color Cylindrical-coordinate representation of color #CCC98D: hue angle of 57.14º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC98D is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 141 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.2 |
| HSL | 57.14º | 0.38% | 0.68% | - |
| HSV(B) | 57.14º | 0.31% | 0.8% | - |
| XYZ | 50.6 | 56.53 | 33.44 | - |
| YUV | 195.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 141 | 0 | 0.01 | 0.31 | 0.2 | 57.14 | 0.38 | 0.68 |
| Hex | CC | C9 | 8D | 0 | 1 | 1F | 14 | 39 | 26 | 44 |
| Octal | 314 | 311 | 215 | 0 | 1 | 37 | 24 | 71 | 46 | 104 |
| Binary | 11001100 | 11001001 | 10001101 | 0 | 1 | 11111 | 10100 | 111001 | 100110 | 1000100 |
Color Harmonies of #CCC98D
Complementary color
Monochromatic Colors of #CCC98D
Black with #CCC98D
Text Example
Text Example
White with #CCC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC98D; }
p { color: rgb(204,201,141); }
H1.HeaderClassName
{
color: #CCC98D;
}
.AnyTagClassName
{
color: #CCC98D;
}
</style>
background-color css
<style>
a { background-color: #CCC98D; }
a { background-color: rgb(204,201,141); }
div.DivClassName
{
background-color: #CCC98D;
}
.BgClassName
{
background-color: #CCC98D;
}
</style>
border-color css
<style>
span { border-color: #CCC98D; }
span { border-color: rgb(204,201,141); }
td.TdClassName
{
border-color: #CCC98D;
}
.TagClassName
{
border-color: #CCC98D;
}
</style>