Shades of Deco #CCCB74
Tints of Deco #CCCB74
RGB
CMYK
RGB Variations
Color information
#CCCB74 (or 0xCCCB74) is known color: Deco. HEX triplet: CC, CB and 74. RGB value is (204,203,116). Sum of RGB (Red+Green+Blue) = 204+203+116=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB74 is #33348B. Grayscale: #C1C1C1. Windows color (decimal): -3355788 or 7654348. OLE color: 7654348.
HSL color Cylindrical-coordinate representation of color #CCCB74: hue angle of 59.32º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCCB74 is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 116 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.2 |
| HSL | 59.32º | 0.46% | 0.63% | - |
| HSV(B) | 59.32º | 0.43% | 0.8% | - |
| XYZ | 49.41 | 56.81 | 24.88 | - |
| YUV | 193.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 116 | 0 | 0.00 | 0.43 | 0.2 | 59.32 | 0.46 | 0.63 |
| Hex | CC | CB | 74 | 0 | 0 | 2B | 14 | 3B | 2E | 3F |
| Octal | 314 | 313 | 164 | 0 | 0 | 53 | 24 | 73 | 56 | 77 |
| Binary | 11001100 | 11001011 | 1110100 | 0 | 0 | 101011 | 10100 | 111011 | 101110 | 111111 |
Color Harmonies of #CCCB74
Complementary color
Monochromatic Colors of #CCCB74
Black with #CCCB74
Text Example
Text Example
White with #CCCB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB74; }
p { color: rgb(204,203,116); }
H1.HeaderClassName
{
color: #CCCB74;
}
.AnyTagClassName
{
color: #CCCB74;
}
</style>
background-color css
<style>
a { background-color: #CCCB74; }
a { background-color: rgb(204,203,116); }
div.DivClassName
{
background-color: #CCCB74;
}
.BgClassName
{
background-color: #CCCB74;
}
</style>
border-color css
<style>
span { border-color: #CCCB74; }
span { border-color: rgb(204,203,116); }
td.TdClassName
{
border-color: #CCCB74;
}
.TagClassName
{
border-color: #CCCB74;
}
</style>