Shades of Bird Flower #CBB507
Tints of Bird Flower #CBB507
RGB
CMYK
RGB Variations
Color information
#CBB507 (or 0xCBB507) is known color: Bird Flower. HEX triplet: CB, B5 and 07. RGB value is (203,181,7). Sum of RGB (Red+Green+Blue) = 203+181+7=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB507 is #344AF8. Grayscale: #A8A8A8. Windows color (decimal): -3427065 or 505291. OLE color: 505291.
HSL color Cylindrical-coordinate representation of color #CBB507: hue angle of 53.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBB507 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.20 |
| HSL | 53.27º | 0.93% | 0.41% | - |
| HSV(B) | 53.27º | 0.97% | 0.8% | - |
| XYZ | 41.19 | 45.76 | 6.86 | - |
| YUV | 167.74 | 37.29 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 7 | 0 | 0.11 | 0.97 | 0.20 | 53.27 | 0.93 | 0.41 |
| Hex | CB | B5 | 7 | 0 | B | 61 | 14 | 35 | 5D | 29 |
| Octal | 313 | 265 | 7 | 0 | 13 | 141 | 24 | 65 | 135 | 51 |
| Binary | 11001011 | 10110101 | 111 | 0 | 1011 | 1100001 | 10100 | 110101 | 1011101 | 101001 |
Color Harmonies of #CBB507
Complementary color
Monochromatic Colors of #CBB507
Black with #CBB507
Text Example
Text Example
White with #CBB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB507; }
p { color: rgb(203,181,7); }
H1.HeaderClassName
{
color: #CBB507;
}
.AnyTagClassName
{
color: #CBB507;
}
</style>
background-color css
<style>
a { background-color: #CBB507; }
a { background-color: rgb(203,181,7); }
div.DivClassName
{
background-color: #CBB507;
}
.BgClassName
{
background-color: #CBB507;
}
</style>
border-color css
<style>
span { border-color: #CBB507; }
span { border-color: rgb(203,181,7); }
td.TdClassName
{
border-color: #CBB507;
}
.TagClassName
{
border-color: #CBB507;
}
</style>