Shades of Deco #CBDA8A
Tints of Deco #CBDA8A
RGB
CMYK
RGB Variations
Color information
#CBDA8A (or 0xCBDA8A) is known color: Deco. HEX triplet: CB, DA and 8A. RGB value is (203,218,138). Sum of RGB (Red+Green+Blue) = 203+218+138=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDA8A is #342575. Grayscale: #CCCCCC. Windows color (decimal): -3417462 or 9099979. OLE color: 9099979.
HSL color Cylindrical-coordinate representation of color #CBDA8A: hue angle of 71.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBDA8A is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 138 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.15 |
| HSL | 71.25º | 0.52% | 0.7% | - |
| HSV(B) | 71.25º | 0.37% | 0.85% | - |
| XYZ | 54.29 | 64.67 | 33.67 | - |
| YUV | 204.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 138 | 0.07 | 0 | 0.37 | 0.15 | 71.25 | 0.52 | 0.7 |
| Hex | CB | DA | 8A | 7 | 0 | 25 | F | 47 | 34 | 46 |
| Octal | 313 | 332 | 212 | 7 | 0 | 45 | 17 | 107 | 64 | 106 |
| Binary | 11001011 | 11011010 | 10001010 | 111 | 0 | 100101 | 1111 | 1000111 | 110100 | 1000110 |
Color Harmonies of #CBDA8A
Complementary color
Monochromatic Colors of #CBDA8A
Black with #CBDA8A
Text Example
Text Example
White with #CBDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA8A; }
p { color: rgb(203,218,138); }
H1.HeaderClassName
{
color: #CBDA8A;
}
.AnyTagClassName
{
color: #CBDA8A;
}
</style>
background-color css
<style>
a { background-color: #CBDA8A; }
a { background-color: rgb(203,218,138); }
div.DivClassName
{
background-color: #CBDA8A;
}
.BgClassName
{
background-color: #CBDA8A;
}
</style>
border-color css
<style>
span { border-color: #CBDA8A; }
span { border-color: rgb(203,218,138); }
td.TdClassName
{
border-color: #CBDA8A;
}
.TagClassName
{
border-color: #CBDA8A;
}
</style>