Shades of Deco #CBD479
Tints of Deco #CBD479
RGB
CMYK
RGB Variations
Color information
#CBD479 (or 0xCBD479) is known color: Deco. HEX triplet: CB, D4 and 79. RGB value is (203,212,121). Sum of RGB (Red+Green+Blue) = 203+212+121=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD479 is #342B86. Grayscale: #C7C7C7. Windows color (decimal): -3419015 or 7984331. OLE color: 7984331.
HSL color Cylindrical-coordinate representation of color #CBD479: hue angle of 65.93º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBD479 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 121 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.17 |
| HSL | 65.93º | 0.51% | 0.65% | - |
| HSV(B) | 65.93º | 0.43% | 0.83% | - |
| XYZ | 51.62 | 61.16 | 27.17 | - |
| YUV | 198.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 121 | 0.04 | 0 | 0.43 | 0.17 | 65.93 | 0.51 | 0.65 |
| Hex | CB | D4 | 79 | 4 | 0 | 2B | 11 | 42 | 33 | 41 |
| Octal | 313 | 324 | 171 | 4 | 0 | 53 | 21 | 102 | 63 | 101 |
| Binary | 11001011 | 11010100 | 1111001 | 100 | 0 | 101011 | 10001 | 1000010 | 110011 | 1000001 |
Color Harmonies of #CBD479
Complementary color
Monochromatic Colors of #CBD479
Black with #CBD479
Text Example
Text Example
White with #CBD479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD479; }
p { color: rgb(203,212,121); }
H1.HeaderClassName
{
color: #CBD479;
}
.AnyTagClassName
{
color: #CBD479;
}
</style>
background-color css
<style>
a { background-color: #CBD479; }
a { background-color: rgb(203,212,121); }
div.DivClassName
{
background-color: #CBD479;
}
.BgClassName
{
background-color: #CBD479;
}
</style>
border-color css
<style>
span { border-color: #CBD479; }
span { border-color: rgb(203,212,121); }
td.TdClassName
{
border-color: #CBD479;
}
.TagClassName
{
border-color: #CBD479;
}
</style>