Shades of Deco #CBC77A
Tints of Deco #CBC77A
RGB
CMYK
RGB Variations
Color information
#CBC77A (or 0xCBC77A) is known color: Deco. HEX triplet: CB, C7 and 7A. RGB value is (203,199,122). Sum of RGB (Red+Green+Blue) = 203+199+122=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC77A is #343885. Grayscale: #BFBFBF. Windows color (decimal): -3422342 or 8046539. OLE color: 8046539.
HSL color Cylindrical-coordinate representation of color #CBC77A: hue angle of 57.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBC77A is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 122 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.20 |
| HSL | 57.04º | 0.44% | 0.64% | - |
| HSV(B) | 57.04º | 0.4% | 0.8% | - |
| XYZ | 48.56 | 54.95 | 26.46 | - |
| YUV | 191.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 122 | 0 | 0.02 | 0.40 | 0.20 | 57.04 | 0.44 | 0.64 |
| Hex | CB | C7 | 7A | 0 | 2 | 28 | 14 | 39 | 2C | 40 |
| Octal | 313 | 307 | 172 | 0 | 2 | 50 | 24 | 71 | 54 | 100 |
| Binary | 11001011 | 11000111 | 1111010 | 0 | 10 | 101000 | 10100 | 111001 | 101100 | 1000000 |
Color Harmonies of #CBC77A
Complementary color
Monochromatic Colors of #CBC77A
Black with #CBC77A
Text Example
Text Example
White with #CBC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC77A; }
p { color: rgb(203,199,122); }
H1.HeaderClassName
{
color: #CBC77A;
}
.AnyTagClassName
{
color: #CBC77A;
}
</style>
background-color css
<style>
a { background-color: #CBC77A; }
a { background-color: rgb(203,199,122); }
div.DivClassName
{
background-color: #CBC77A;
}
.BgClassName
{
background-color: #CBC77A;
}
</style>
border-color css
<style>
span { border-color: #CBC77A; }
span { border-color: rgb(203,199,122); }
td.TdClassName
{
border-color: #CBC77A;
}
.TagClassName
{
border-color: #CBC77A;
}
</style>