Shades of Deco #CBCC74
Tints of Deco #CBCC74
RGB
CMYK
RGB Variations
Color information
#CBCC74 (or 0xCBCC74) is known color: Deco. HEX triplet: CB, CC and 74. RGB value is (203,204,116). Sum of RGB (Red+Green+Blue) = 203+204+116=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC74 is #34338B. Grayscale: #C2C2C2. Windows color (decimal): -3421068 or 7654603. OLE color: 7654603.
HSL color Cylindrical-coordinate representation of color #CBCC74: hue angle of 60.68º 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 #CBCC74 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 116 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.2 |
| HSL | 60.68º | 0.46% | 0.63% | - |
| HSV(B) | 60.68º | 0.43% | 0.8% | - |
| XYZ | 49.37 | 57.14 | 24.95 | - |
| YUV | 193.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 116 | 0.00 | 0 | 0.43 | 0.2 | 60.68 | 0.46 | 0.63 |
| Hex | CB | CC | 74 | 0 | 0 | 2B | 14 | 3D | 2E | 3F |
| Octal | 313 | 314 | 164 | 0 | 0 | 53 | 24 | 75 | 56 | 77 |
| Binary | 11001011 | 11001100 | 1110100 | 0 | 0 | 101011 | 10100 | 111101 | 101110 | 111111 |
Color Harmonies of #CBCC74
Complementary color
Monochromatic Colors of #CBCC74
Black with #CBCC74
Text Example
Text Example
White with #CBCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC74; }
p { color: rgb(203,204,116); }
H1.HeaderClassName
{
color: #CBCC74;
}
.AnyTagClassName
{
color: #CBCC74;
}
</style>
background-color css
<style>
a { background-color: #CBCC74; }
a { background-color: rgb(203,204,116); }
div.DivClassName
{
background-color: #CBCC74;
}
.BgClassName
{
background-color: #CBCC74;
}
</style>
border-color css
<style>
span { border-color: #CBCC74; }
span { border-color: rgb(203,204,116); }
td.TdClassName
{
border-color: #CBCC74;
}
.TagClassName
{
border-color: #CBCC74;
}
</style>