Shades of Deco #CBDB7A
Tints of Deco #CBDB7A
RGB
CMYK
RGB Variations
Color information
#CBDB7A (or 0xCBDB7A) is known color: Deco. HEX triplet: CB, DB and 7A. RGB value is (203,219,122). Sum of RGB (Red+Green+Blue) = 203+219+122=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB7A is #342485. Grayscale: #CBCBCB. Windows color (decimal): -3417222 or 8051659. OLE color: 8051659.
HSL color Cylindrical-coordinate representation of color #CBDB7A: hue angle of 69.9º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBDB7A is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 122 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.14 |
| HSL | 69.9º | 0.57% | 0.67% | - |
| HSV(B) | 69.9º | 0.44% | 0.86% | - |
| XYZ | 53.47 | 64.76 | 28.09 | - |
| YUV | 203.16 | 82.2 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 122 | 0.07 | 0 | 0.44 | 0.14 | 69.9 | 0.57 | 0.67 |
| Hex | CB | DB | 7A | 7 | 0 | 2C | E | 46 | 39 | 43 |
| Octal | 313 | 333 | 172 | 7 | 0 | 54 | 16 | 106 | 71 | 103 |
| Binary | 11001011 | 11011011 | 1111010 | 111 | 0 | 101100 | 1110 | 1000110 | 111001 | 1000011 |
Color Harmonies of #CBDB7A
Complementary color
Monochromatic Colors of #CBDB7A
Black with #CBDB7A
Text Example
Text Example
White with #CBDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB7A; }
p { color: rgb(203,219,122); }
H1.HeaderClassName
{
color: #CBDB7A;
}
.AnyTagClassName
{
color: #CBDB7A;
}
</style>
background-color css
<style>
a { background-color: #CBDB7A; }
a { background-color: rgb(203,219,122); }
div.DivClassName
{
background-color: #CBDB7A;
}
.BgClassName
{
background-color: #CBDB7A;
}
</style>
border-color css
<style>
span { border-color: #CBDB7A; }
span { border-color: rgb(203,219,122); }
td.TdClassName
{
border-color: #CBDB7A;
}
.TagClassName
{
border-color: #CBDB7A;
}
</style>