Shades of Deco #CBD579
Tints of Deco #CBD579
RGB
CMYK
RGB Variations
Color information
#CBD579 (or 0xCBD579) is known color: Deco. HEX triplet: CB, D5 and 79. RGB value is (203,213,121). Sum of RGB (Red+Green+Blue) = 203+213+121=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD579 is #342A86. Grayscale: #C7C7C7. Windows color (decimal): -3418759 or 7984587. OLE color: 7984587.
HSL color Cylindrical-coordinate representation of color #CBD579: hue angle of 66.52º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBD579 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 121 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.16 |
| HSL | 66.52º | 0.52% | 0.65% | - |
| HSV(B) | 66.52º | 0.43% | 0.84% | - |
| XYZ | 51.87 | 61.67 | 27.26 | - |
| YUV | 199.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 121 | 0.05 | 0 | 0.43 | 0.16 | 66.52 | 0.52 | 0.65 |
| Hex | CB | D5 | 79 | 5 | 0 | 2B | 10 | 43 | 34 | 41 |
| Octal | 313 | 325 | 171 | 5 | 0 | 53 | 20 | 103 | 64 | 101 |
| Binary | 11001011 | 11010101 | 1111001 | 101 | 0 | 101011 | 10000 | 1000011 | 110100 | 1000001 |
Color Harmonies of #CBD579
Complementary color
Monochromatic Colors of #CBD579
Black with #CBD579
Text Example
Text Example
White with #CBD579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD579; }
p { color: rgb(203,213,121); }
H1.HeaderClassName
{
color: #CBD579;
}
.AnyTagClassName
{
color: #CBD579;
}
</style>
background-color css
<style>
a { background-color: #CBD579; }
a { background-color: rgb(203,213,121); }
div.DivClassName
{
background-color: #CBD579;
}
.BgClassName
{
background-color: #CBD579;
}
</style>
border-color css
<style>
span { border-color: #CBD579; }
span { border-color: rgb(203,213,121); }
td.TdClassName
{
border-color: #CBD579;
}
.TagClassName
{
border-color: #CBD579;
}
</style>