Shades of Deco #CBD376
Tints of Deco #CBD376
RGB
CMYK
RGB Variations
Color information
#CBD376 (or 0xCBD376) is known color: Deco. HEX triplet: CB, D3 and 76. RGB value is (203,211,118). Sum of RGB (Red+Green+Blue) = 203+211+118=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD376 is #342C89. Grayscale: #C6C6C6. Windows color (decimal): -3419274 or 7787467. OLE color: 7787467.
HSL color Cylindrical-coordinate representation of color #CBD376: hue angle of 65.16º degrees, saturation: 0.51, 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 #CBD376 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 118 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.17 |
| HSL | 65.16º | 0.51% | 0.65% | - |
| HSV(B) | 65.16º | 0.44% | 0.83% | - |
| XYZ | 51.19 | 60.59 | 26.14 | - |
| YUV | 198.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 118 | 0.04 | 0 | 0.44 | 0.17 | 65.16 | 0.51 | 0.65 |
| Hex | CB | D3 | 76 | 4 | 0 | 2C | 11 | 41 | 33 | 41 |
| Octal | 313 | 323 | 166 | 4 | 0 | 54 | 21 | 101 | 63 | 101 |
| Binary | 11001011 | 11010011 | 1110110 | 100 | 0 | 101100 | 10001 | 1000001 | 110011 | 1000001 |
Color Harmonies of #CBD376
Complementary color
Monochromatic Colors of #CBD376
Black with #CBD376
Text Example
Text Example
White with #CBD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD376; }
p { color: rgb(203,211,118); }
H1.HeaderClassName
{
color: #CBD376;
}
.AnyTagClassName
{
color: #CBD376;
}
</style>
background-color css
<style>
a { background-color: #CBD376; }
a { background-color: rgb(203,211,118); }
div.DivClassName
{
background-color: #CBD376;
}
.BgClassName
{
background-color: #CBD376;
}
</style>
border-color css
<style>
span { border-color: #CBD376; }
span { border-color: rgb(203,211,118); }
td.TdClassName
{
border-color: #CBD376;
}
.TagClassName
{
border-color: #CBD376;
}
</style>