Shades of Deco #CBDA82
Tints of Deco #CBDA82
RGB
CMYK
RGB Variations
Color information
#CBDA82 (or 0xCBDA82) is known color: Deco. HEX triplet: CB, DA and 82. RGB value is (203,218,130). Sum of RGB (Red+Green+Blue) = 203+218+130=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDA82 is #34257D. Grayscale: #CBCBCB. Windows color (decimal): -3417470 or 8575691. OLE color: 8575691.
HSL color Cylindrical-coordinate representation of color #CBDA82: hue angle of 70.23º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBDA82 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 130 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.15 |
| HSL | 70.23º | 0.54% | 0.68% | - |
| HSV(B) | 70.23º | 0.4% | 0.85% | - |
| XYZ | 53.73 | 64.45 | 30.73 | - |
| YUV | 203.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 130 | 0.07 | 0 | 0.40 | 0.15 | 70.23 | 0.54 | 0.68 |
| Hex | CB | DA | 82 | 7 | 0 | 28 | F | 46 | 36 | 44 |
| Octal | 313 | 332 | 202 | 7 | 0 | 50 | 17 | 106 | 66 | 104 |
| Binary | 11001011 | 11011010 | 10000010 | 111 | 0 | 101000 | 1111 | 1000110 | 110110 | 1000100 |
Color Harmonies of #CBDA82
Complementary color
Monochromatic Colors of #CBDA82
Black with #CBDA82
Text Example
Text Example
White with #CBDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA82; }
p { color: rgb(203,218,130); }
H1.HeaderClassName
{
color: #CBDA82;
}
.AnyTagClassName
{
color: #CBDA82;
}
</style>
background-color css
<style>
a { background-color: #CBDA82; }
a { background-color: rgb(203,218,130); }
div.DivClassName
{
background-color: #CBDA82;
}
.BgClassName
{
background-color: #CBDA82;
}
</style>
border-color css
<style>
span { border-color: #CBDA82; }
span { border-color: rgb(203,218,130); }
td.TdClassName
{
border-color: #CBDA82;
}
.TagClassName
{
border-color: #CBDA82;
}
</style>