Shades of Deco #CBD476
Tints of Deco #CBD476
RGB
CMYK
RGB Variations
Color information
#CBD476 (or 0xCBD476) is known color: Deco. HEX triplet: CB, D4 and 76. RGB value is (203,212,118). Sum of RGB (Red+Green+Blue) = 203+212+118=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD476 is #342B89. Grayscale: #C6C6C6. Windows color (decimal): -3419018 or 7787723. OLE color: 7787723.
HSL color Cylindrical-coordinate representation of color #CBD476: hue angle of 65.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBD476 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 118 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.17 |
| HSL | 65.74º | 0.52% | 0.65% | - |
| HSV(B) | 65.74º | 0.44% | 0.83% | - |
| XYZ | 51.44 | 61.09 | 26.22 | - |
| YUV | 198.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 118 | 0.04 | 0 | 0.44 | 0.17 | 65.74 | 0.52 | 0.65 |
| Hex | CB | D4 | 76 | 4 | 0 | 2C | 11 | 42 | 34 | 41 |
| Octal | 313 | 324 | 166 | 4 | 0 | 54 | 21 | 102 | 64 | 101 |
| Binary | 11001011 | 11010100 | 1110110 | 100 | 0 | 101100 | 10001 | 1000010 | 110100 | 1000001 |
Color Harmonies of #CBD476
Complementary color
Monochromatic Colors of #CBD476
Black with #CBD476
Text Example
Text Example
White with #CBD476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD476; }
p { color: rgb(203,212,118); }
H1.HeaderClassName
{
color: #CBD476;
}
.AnyTagClassName
{
color: #CBD476;
}
</style>
background-color css
<style>
a { background-color: #CBD476; }
a { background-color: rgb(203,212,118); }
div.DivClassName
{
background-color: #CBD476;
}
.BgClassName
{
background-color: #CBD476;
}
</style>
border-color css
<style>
span { border-color: #CBD476; }
span { border-color: rgb(203,212,118); }
td.TdClassName
{
border-color: #CBD476;
}
.TagClassName
{
border-color: #CBD476;
}
</style>