Shades of Deco #CBDA7C
Tints of Deco #CBDA7C
RGB
CMYK
RGB Variations
Color information
#CBDA7C (or 0xCBDA7C) is known color: Deco. HEX triplet: CB, DA and 7C. RGB value is (203,218,124). Sum of RGB (Red+Green+Blue) = 203+218+124=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA7C is #342583. Grayscale: #CBCBCB. Windows color (decimal): -3417476 or 8182475. OLE color: 8182475.
HSL color Cylindrical-coordinate representation of color #CBDA7C: hue angle of 69.57º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBDA7C is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 124 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.15 |
| HSL | 69.57º | 0.56% | 0.67% | - |
| HSV(B) | 69.57º | 0.43% | 0.85% | - |
| XYZ | 53.34 | 64.29 | 28.67 | - |
| YUV | 202.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 124 | 0.07 | 0 | 0.43 | 0.15 | 69.57 | 0.56 | 0.67 |
| Hex | CB | DA | 7C | 7 | 0 | 2B | F | 46 | 38 | 43 |
| Octal | 313 | 332 | 174 | 7 | 0 | 53 | 17 | 106 | 70 | 103 |
| Binary | 11001011 | 11011010 | 1111100 | 111 | 0 | 101011 | 1111 | 1000110 | 111000 | 1000011 |
Color Harmonies of #CBDA7C
Complementary color
Monochromatic Colors of #CBDA7C
Black with #CBDA7C
Text Example
Text Example
White with #CBDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA7C; }
p { color: rgb(203,218,124); }
H1.HeaderClassName
{
color: #CBDA7C;
}
.AnyTagClassName
{
color: #CBDA7C;
}
</style>
background-color css
<style>
a { background-color: #CBDA7C; }
a { background-color: rgb(203,218,124); }
div.DivClassName
{
background-color: #CBDA7C;
}
.BgClassName
{
background-color: #CBDA7C;
}
</style>
border-color css
<style>
span { border-color: #CBDA7C; }
span { border-color: rgb(203,218,124); }
td.TdClassName
{
border-color: #CBDA7C;
}
.TagClassName
{
border-color: #CBDA7C;
}
</style>