Shades of Deco #CBDC7A
Tints of Deco #CBDC7A
RGB
CMYK
RGB Variations
Color information
#CBDC7A (or 0xCBDC7A) is known color: Deco. HEX triplet: CB, DC and 7A. RGB value is (203,220,122). Sum of RGB (Red+Green+Blue) = 203+220+122=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC7A is #342385. Grayscale: #CCCCCC. Windows color (decimal): -3416966 or 8051915. OLE color: 8051915.
HSL color Cylindrical-coordinate representation of color #CBDC7A: hue angle of 70.41º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBDC7A is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 122 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.14 |
| HSL | 70.41º | 0.58% | 0.67% | - |
| HSV(B) | 70.41º | 0.45% | 0.86% | - |
| XYZ | 53.73 | 65.29 | 28.18 | - |
| YUV | 203.75 | 81.87 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 122 | 0.08 | 0 | 0.45 | 0.14 | 70.41 | 0.58 | 0.67 |
| Hex | CB | DC | 7A | 8 | 0 | 2D | E | 46 | 3A | 43 |
| Octal | 313 | 334 | 172 | 10 | 0 | 55 | 16 | 106 | 72 | 103 |
| Binary | 11001011 | 11011100 | 1111010 | 1000 | 0 | 101101 | 1110 | 1000110 | 111010 | 1000011 |
Color Harmonies of #CBDC7A
Complementary color
Monochromatic Colors of #CBDC7A
Black with #CBDC7A
Text Example
Text Example
White with #CBDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC7A; }
p { color: rgb(203,220,122); }
H1.HeaderClassName
{
color: #CBDC7A;
}
.AnyTagClassName
{
color: #CBDC7A;
}
</style>
background-color css
<style>
a { background-color: #CBDC7A; }
a { background-color: rgb(203,220,122); }
div.DivClassName
{
background-color: #CBDC7A;
}
.BgClassName
{
background-color: #CBDC7A;
}
</style>
border-color css
<style>
span { border-color: #CBDC7A; }
span { border-color: rgb(203,220,122); }
td.TdClassName
{
border-color: #CBDC7A;
}
.TagClassName
{
border-color: #CBDC7A;
}
</style>