Shades of Deco #CBDC8A
Tints of Deco #CBDC8A
RGB
CMYK
RGB Variations
Color information
#CBDC8A (or 0xCBDC8A) is known color: Deco. HEX triplet: CB, DC and 8A. RGB value is (203,220,138). Sum of RGB (Red+Green+Blue) = 203+220+138=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDC8A is #342375. Grayscale: #CDCDCD. Windows color (decimal): -3416950 or 9100491. OLE color: 9100491.
HSL color Cylindrical-coordinate representation of color #CBDC8A: hue angle of 72.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBDC8A is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 138 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.14 |
| HSL | 72.44º | 0.54% | 0.7% | - |
| HSV(B) | 72.44º | 0.37% | 0.86% | - |
| XYZ | 54.81 | 65.72 | 33.84 | - |
| YUV | 205.57 | 89.87 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 138 | 0.08 | 0 | 0.37 | 0.14 | 72.44 | 0.54 | 0.7 |
| Hex | CB | DC | 8A | 8 | 0 | 25 | E | 48 | 36 | 46 |
| Octal | 313 | 334 | 212 | 10 | 0 | 45 | 16 | 110 | 66 | 106 |
| Binary | 11001011 | 11011100 | 10001010 | 1000 | 0 | 100101 | 1110 | 1001000 | 110110 | 1000110 |
Color Harmonies of #CBDC8A
Complementary color
Monochromatic Colors of #CBDC8A
Black with #CBDC8A
Text Example
Text Example
White with #CBDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC8A; }
p { color: rgb(203,220,138); }
H1.HeaderClassName
{
color: #CBDC8A;
}
.AnyTagClassName
{
color: #CBDC8A;
}
</style>
background-color css
<style>
a { background-color: #CBDC8A; }
a { background-color: rgb(203,220,138); }
div.DivClassName
{
background-color: #CBDC8A;
}
.BgClassName
{
background-color: #CBDC8A;
}
</style>
border-color css
<style>
span { border-color: #CBDC8A; }
span { border-color: rgb(203,220,138); }
td.TdClassName
{
border-color: #CBDC8A;
}
.TagClassName
{
border-color: #CBDC8A;
}
</style>