Shades of Deco #CBCB72
Tints of Deco #CBCB72
RGB
CMYK
RGB Variations
Color information
#CBCB72 (or 0xCBCB72) is known color: Deco. HEX triplet: CB, CB and 72. RGB value is (203,203,114). Sum of RGB (Red+Green+Blue) = 203+203+114=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB72 is #34348D. Grayscale: #C1C1C1. Windows color (decimal): -3421326 or 7523275. OLE color: 7523275.
HSL color Cylindrical-coordinate representation of color #CBCB72: hue angle of 60º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBCB72 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 114 | - |
| CMYK | 0 | 0 | 0.44 | 0.20 |
| HSL | 60º | 0.46% | 0.62% | - |
| HSV(B) | 60º | 0.44% | 0.8% | - |
| XYZ | 49.02 | 56.62 | 24.27 | - |
| YUV | 192.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 114 | 0 | 0 | 0.44 | 0.20 | 60 | 0.46 | 0.62 |
| Hex | CB | CB | 72 | 0 | 0 | 2C | 14 | 3C | 2E | 3E |
| Octal | 313 | 313 | 162 | 0 | 0 | 54 | 24 | 74 | 56 | 76 |
| Binary | 11001011 | 11001011 | 1110010 | 0 | 0 | 101100 | 10100 | 111100 | 101110 | 111110 |
Color Harmonies of #CBCB72
Complementary color
Monochromatic Colors of #CBCB72
Black with #CBCB72
Text Example
Text Example
White with #CBCB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB72; }
p { color: rgb(203,203,114); }
H1.HeaderClassName
{
color: #CBCB72;
}
.AnyTagClassName
{
color: #CBCB72;
}
</style>
background-color css
<style>
a { background-color: #CBCB72; }
a { background-color: rgb(203,203,114); }
div.DivClassName
{
background-color: #CBCB72;
}
.BgClassName
{
background-color: #CBCB72;
}
</style>
border-color css
<style>
span { border-color: #CBCB72; }
span { border-color: rgb(203,203,114); }
td.TdClassName
{
border-color: #CBCB72;
}
.TagClassName
{
border-color: #CBCB72;
}
</style>