Shades of Deco #CBD978
Tints of Deco #CBD978
RGB
CMYK
RGB Variations
Color information
#CBD978 (or 0xCBD978) is known color: Deco. HEX triplet: CB, D9 and 78. RGB value is (203,217,120). Sum of RGB (Red+Green+Blue) = 203+217+120=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD978 is #342687. Grayscale: #CACACA. Windows color (decimal): -3417736 or 7920075. OLE color: 7920075.
HSL color Cylindrical-coordinate representation of color #CBD978: hue angle of 68.66º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBD978 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 120 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.15 |
| HSL | 68.66º | 0.56% | 0.66% | - |
| HSV(B) | 68.66º | 0.45% | 0.85% | - |
| XYZ | 52.83 | 63.68 | 27.28 | - |
| YUV | 201.76 | 81.86 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 120 | 0.06 | 0 | 0.45 | 0.15 | 68.66 | 0.56 | 0.66 |
| Hex | CB | D9 | 78 | 6 | 0 | 2D | F | 45 | 38 | 42 |
| Octal | 313 | 331 | 170 | 6 | 0 | 55 | 17 | 105 | 70 | 102 |
| Binary | 11001011 | 11011001 | 1111000 | 110 | 0 | 101101 | 1111 | 1000101 | 111000 | 1000010 |
Color Harmonies of #CBD978
Complementary color
Monochromatic Colors of #CBD978
Black with #CBD978
Text Example
Text Example
White with #CBD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD978; }
p { color: rgb(203,217,120); }
H1.HeaderClassName
{
color: #CBD978;
}
.AnyTagClassName
{
color: #CBD978;
}
</style>
background-color css
<style>
a { background-color: #CBD978; }
a { background-color: rgb(203,217,120); }
div.DivClassName
{
background-color: #CBD978;
}
.BgClassName
{
background-color: #CBD978;
}
</style>
border-color css
<style>
span { border-color: #CBD978; }
span { border-color: rgb(203,217,120); }
td.TdClassName
{
border-color: #CBD978;
}
.TagClassName
{
border-color: #CBD978;
}
</style>