Shades of Deco #CCCB70
Tints of Deco #CCCB70
RGB
CMYK
RGB Variations
Color information
#CCCB70 (or 0xCCCB70) is known color: Deco. HEX triplet: CC, CB and 70. RGB value is (204,203,112). Sum of RGB (Red+Green+Blue) = 204+203+112=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB70 is #33348F. Grayscale: #C1C1C1. Windows color (decimal): -3355792 or 7392204. OLE color: 7392204.
HSL color Cylindrical-coordinate representation of color #CCCB70: hue angle of 59.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCCB70 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 112 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.2 |
| HSL | 59.35º | 0.47% | 0.62% | - |
| HSV(B) | 59.35º | 0.45% | 0.8% | - |
| XYZ | 49.18 | 56.72 | 23.68 | - |
| YUV | 192.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 112 | 0 | 0.00 | 0.45 | 0.2 | 59.35 | 0.47 | 0.62 |
| Hex | CC | CB | 70 | 0 | 0 | 2D | 14 | 3B | 2F | 3E |
| Octal | 314 | 313 | 160 | 0 | 0 | 55 | 24 | 73 | 57 | 76 |
| Binary | 11001100 | 11001011 | 1110000 | 0 | 0 | 101101 | 10100 | 111011 | 101111 | 111110 |
Color Harmonies of #CCCB70
Complementary color
Monochromatic Colors of #CCCB70
Black with #CCCB70
Text Example
Text Example
White with #CCCB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB70; }
p { color: rgb(204,203,112); }
H1.HeaderClassName
{
color: #CCCB70;
}
.AnyTagClassName
{
color: #CCCB70;
}
</style>
background-color css
<style>
a { background-color: #CCCB70; }
a { background-color: rgb(204,203,112); }
div.DivClassName
{
background-color: #CCCB70;
}
.BgClassName
{
background-color: #CCCB70;
}
</style>
border-color css
<style>
span { border-color: #CCCB70; }
span { border-color: rgb(204,203,112); }
td.TdClassName
{
border-color: #CCCB70;
}
.TagClassName
{
border-color: #CCCB70;
}
</style>