Shades of Deco #CBD484
Tints of Deco #CBD484
RGB
CMYK
RGB Variations
Color information
#CBD484 (or 0xCBD484) is known color: Deco. HEX triplet: CB, D4 and 84. RGB value is (203,212,132). Sum of RGB (Red+Green+Blue) = 203+212+132=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD484 is #342B7B. Grayscale: #C8C8C8. Windows color (decimal): -3419004 or 8705227. OLE color: 8705227.
HSL color Cylindrical-coordinate representation of color #CBD484: hue angle of 66.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBD484 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 132 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.17 |
| HSL | 66.75º | 0.48% | 0.67% | - |
| HSV(B) | 66.75º | 0.38% | 0.83% | - |
| XYZ | 52.34 | 61.45 | 30.93 | - |
| YUV | 200.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 132 | 0.04 | 0 | 0.38 | 0.17 | 66.75 | 0.48 | 0.67 |
| Hex | CB | D4 | 84 | 4 | 0 | 26 | 11 | 43 | 30 | 43 |
| Octal | 313 | 324 | 204 | 4 | 0 | 46 | 21 | 103 | 60 | 103 |
| Binary | 11001011 | 11010100 | 10000100 | 100 | 0 | 100110 | 10001 | 1000011 | 110000 | 1000011 |
Color Harmonies of #CBD484
Complementary color
Monochromatic Colors of #CBD484
Black with #CBD484
Text Example
Text Example
White with #CBD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD484; }
p { color: rgb(203,212,132); }
H1.HeaderClassName
{
color: #CBD484;
}
.AnyTagClassName
{
color: #CBD484;
}
</style>
background-color css
<style>
a { background-color: #CBD484; }
a { background-color: rgb(203,212,132); }
div.DivClassName
{
background-color: #CBD484;
}
.BgClassName
{
background-color: #CBD484;
}
</style>
border-color css
<style>
span { border-color: #CBD484; }
span { border-color: rgb(203,212,132); }
td.TdClassName
{
border-color: #CBD484;
}
.TagClassName
{
border-color: #CBD484;
}
</style>