Shades of Deco #CBD07A
Tints of Deco #CBD07A
RGB
CMYK
RGB Variations
Color information
#CBD07A (or 0xCBD07A) is known color: Deco. HEX triplet: CB, D0 and 7A. RGB value is (203,208,122). Sum of RGB (Red+Green+Blue) = 203+208+122=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD07A is #342F85. Grayscale: #C5C5C5. Windows color (decimal): -3420038 or 8048843. OLE color: 8048843.
HSL color Cylindrical-coordinate representation of color #CBD07A: hue angle of 63.49º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBD07A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 122 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.18 |
| HSL | 63.49º | 0.48% | 0.65% | - |
| HSV(B) | 63.49º | 0.41% | 0.82% | - |
| XYZ | 50.7 | 59.21 | 27.17 | - |
| YUV | 196.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 122 | 0.02 | 0 | 0.41 | 0.18 | 63.49 | 0.48 | 0.65 |
| Hex | CB | D0 | 7A | 2 | 0 | 29 | 12 | 3F | 30 | 41 |
| Octal | 313 | 320 | 172 | 2 | 0 | 51 | 22 | 77 | 60 | 101 |
| Binary | 11001011 | 11010000 | 1111010 | 10 | 0 | 101001 | 10010 | 111111 | 110000 | 1000001 |
Color Harmonies of #CBD07A
Complementary color
Monochromatic Colors of #CBD07A
Black with #CBD07A
Text Example
Text Example
White with #CBD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD07A; }
p { color: rgb(203,208,122); }
H1.HeaderClassName
{
color: #CBD07A;
}
.AnyTagClassName
{
color: #CBD07A;
}
</style>
background-color css
<style>
a { background-color: #CBD07A; }
a { background-color: rgb(203,208,122); }
div.DivClassName
{
background-color: #CBD07A;
}
.BgClassName
{
background-color: #CBD07A;
}
</style>
border-color css
<style>
span { border-color: #CBD07A; }
span { border-color: rgb(203,208,122); }
td.TdClassName
{
border-color: #CBD07A;
}
.TagClassName
{
border-color: #CBD07A;
}
</style>