Shades of Deco #CBD577
Tints of Deco #CBD577
RGB
CMYK
RGB Variations
Color information
#CBD577 (or 0xCBD577) is known color: Deco. HEX triplet: CB, D5 and 77. RGB value is (203,213,119). Sum of RGB (Red+Green+Blue) = 203+213+119=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD577 is #342A88. Grayscale: #C7C7C7. Windows color (decimal): -3418761 or 7853515. OLE color: 7853515.
HSL color Cylindrical-coordinate representation of color #CBD577: hue angle of 66.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBD577 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 119 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.16 |
| HSL | 66.38º | 0.53% | 0.65% | - |
| HSV(B) | 66.38º | 0.44% | 0.84% | - |
| XYZ | 51.75 | 61.62 | 26.62 | - |
| YUV | 199.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 119 | 0.05 | 0 | 0.44 | 0.16 | 66.38 | 0.53 | 0.65 |
| Hex | CB | D5 | 77 | 5 | 0 | 2C | 10 | 42 | 35 | 41 |
| Octal | 313 | 325 | 167 | 5 | 0 | 54 | 20 | 102 | 65 | 101 |
| Binary | 11001011 | 11010101 | 1110111 | 101 | 0 | 101100 | 10000 | 1000010 | 110101 | 1000001 |
Color Harmonies of #CBD577
Complementary color
Monochromatic Colors of #CBD577
Black with #CBD577
Text Example
Text Example
White with #CBD577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD577; }
p { color: rgb(203,213,119); }
H1.HeaderClassName
{
color: #CBD577;
}
.AnyTagClassName
{
color: #CBD577;
}
</style>
background-color css
<style>
a { background-color: #CBD577; }
a { background-color: rgb(203,213,119); }
div.DivClassName
{
background-color: #CBD577;
}
.BgClassName
{
background-color: #CBD577;
}
</style>
border-color css
<style>
span { border-color: #CBD577; }
span { border-color: rgb(203,213,119); }
td.TdClassName
{
border-color: #CBD577;
}
.TagClassName
{
border-color: #CBD577;
}
</style>