Shades of Deco #CBDC81
Tints of Deco #CBDC81
RGB
CMYK
RGB Variations
Color information
#CBDC81 (or 0xCBDC81) is known color: Deco. HEX triplet: CB, DC and 81. RGB value is (203,220,129). Sum of RGB (Red+Green+Blue) = 203+220+129=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDC81 is #34237E. Grayscale: #CCCCCC. Windows color (decimal): -3416959 or 8510667. OLE color: 8510667.
HSL color Cylindrical-coordinate representation of color #CBDC81: hue angle of 71.21º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBDC81 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 129 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.14 |
| HSL | 71.21º | 0.57% | 0.68% | - |
| HSV(B) | 71.21º | 0.41% | 0.86% | - |
| XYZ | 54.18 | 65.47 | 30.55 | - |
| YUV | 204.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 129 | 0.08 | 0 | 0.41 | 0.14 | 71.21 | 0.57 | 0.68 |
| Hex | CB | DC | 81 | 8 | 0 | 29 | E | 47 | 39 | 44 |
| Octal | 313 | 334 | 201 | 10 | 0 | 51 | 16 | 107 | 71 | 104 |
| Binary | 11001011 | 11011100 | 10000001 | 1000 | 0 | 101001 | 1110 | 1000111 | 111001 | 1000100 |
Color Harmonies of #CBDC81
Complementary color
Monochromatic Colors of #CBDC81
Black with #CBDC81
Text Example
Text Example
White with #CBDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC81; }
p { color: rgb(203,220,129); }
H1.HeaderClassName
{
color: #CBDC81;
}
.AnyTagClassName
{
color: #CBDC81;
}
</style>
background-color css
<style>
a { background-color: #CBDC81; }
a { background-color: rgb(203,220,129); }
div.DivClassName
{
background-color: #CBDC81;
}
.BgClassName
{
background-color: #CBDC81;
}
</style>
border-color css
<style>
span { border-color: #CBDC81; }
span { border-color: rgb(203,220,129); }
td.TdClassName
{
border-color: #CBDC81;
}
.TagClassName
{
border-color: #CBDC81;
}
</style>