Shades of Deco #CBDC76
Tints of Deco #CBDC76
RGB
CMYK
RGB Variations
Color information
#CBDC76 (or 0xCBDC76) is known color: Deco. HEX triplet: CB, DC and 76. RGB value is (203,220,118). Sum of RGB (Red+Green+Blue) = 203+220+118=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC76 is #342389. Grayscale: #CBCBCB. Windows color (decimal): -3416970 or 7789771. OLE color: 7789771.
HSL color Cylindrical-coordinate representation of color #CBDC76: hue angle of 70º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBDC76 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 118 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.14 |
| HSL | 70º | 0.59% | 0.66% | - |
| HSV(B) | 70º | 0.46% | 0.86% | - |
| XYZ | 53.49 | 65.19 | 26.9 | - |
| YUV | 203.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 118 | 0.08 | 0 | 0.46 | 0.14 | 70 | 0.59 | 0.66 |
| Hex | CB | DC | 76 | 8 | 0 | 2E | E | 46 | 3B | 42 |
| Octal | 313 | 334 | 166 | 10 | 0 | 56 | 16 | 106 | 73 | 102 |
| Binary | 11001011 | 11011100 | 1110110 | 1000 | 0 | 101110 | 1110 | 1000110 | 111011 | 1000010 |
Color Harmonies of #CBDC76
Complementary color
Monochromatic Colors of #CBDC76
Black with #CBDC76
Text Example
Text Example
White with #CBDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC76; }
p { color: rgb(203,220,118); }
H1.HeaderClassName
{
color: #CBDC76;
}
.AnyTagClassName
{
color: #CBDC76;
}
</style>
background-color css
<style>
a { background-color: #CBDC76; }
a { background-color: rgb(203,220,118); }
div.DivClassName
{
background-color: #CBDC76;
}
.BgClassName
{
background-color: #CBDC76;
}
</style>
border-color css
<style>
span { border-color: #CBDC76; }
span { border-color: rgb(203,220,118); }
td.TdClassName
{
border-color: #CBDC76;
}
.TagClassName
{
border-color: #CBDC76;
}
</style>