Shades of Deco #CBD78A
Tints of Deco #CBD78A
RGB
CMYK
RGB Variations
Color information
#CBD78A (or 0xCBD78A) is known color: Deco. HEX triplet: CB, D7 and 8A. RGB value is (203,215,138). Sum of RGB (Red+Green+Blue) = 203+215+138=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD78A is #342875. Grayscale: #CACACA. Windows color (decimal): -3418230 or 9099211. OLE color: 9099211.
HSL color Cylindrical-coordinate representation of color #CBD78A: hue angle of 69.35º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBD78A is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 138 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.16 |
| HSL | 69.35º | 0.49% | 0.69% | - |
| HSV(B) | 69.35º | 0.36% | 0.84% | - |
| XYZ | 53.52 | 63.13 | 33.41 | - |
| YUV | 202.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 138 | 0.06 | 0 | 0.36 | 0.16 | 69.35 | 0.49 | 0.69 |
| Hex | CB | D7 | 8A | 6 | 0 | 24 | 10 | 45 | 31 | 45 |
| Octal | 313 | 327 | 212 | 6 | 0 | 44 | 20 | 105 | 61 | 105 |
| Binary | 11001011 | 11010111 | 10001010 | 110 | 0 | 100100 | 10000 | 1000101 | 110001 | 1000101 |
Color Harmonies of #CBD78A
Complementary color
Monochromatic Colors of #CBD78A
Black with #CBD78A
Text Example
Text Example
White with #CBD78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD78A; }
p { color: rgb(203,215,138); }
H1.HeaderClassName
{
color: #CBD78A;
}
.AnyTagClassName
{
color: #CBD78A;
}
</style>
background-color css
<style>
a { background-color: #CBD78A; }
a { background-color: rgb(203,215,138); }
div.DivClassName
{
background-color: #CBD78A;
}
.BgClassName
{
background-color: #CBD78A;
}
</style>
border-color css
<style>
span { border-color: #CBD78A; }
span { border-color: rgb(203,215,138); }
td.TdClassName
{
border-color: #CBD78A;
}
.TagClassName
{
border-color: #CBD78A;
}
</style>