Shades of Bird Flower #CBB502
Tints of Bird Flower #CBB502
RGB
CMYK
RGB Variations
Color information
#CBB502 (or 0xCBB502) is known color: Bird Flower. HEX triplet: CB, B5 and 02. RGB value is (203,181,2). Sum of RGB (Red+Green+Blue) = 203+181+2=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB502 is #344AFD. Grayscale: #A7A7A7. Windows color (decimal): -3427070 or 177611. OLE color: 177611.
HSL color Cylindrical-coordinate representation of color #CBB502: hue angle of 53.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBB502 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.20 |
| HSL | 53.43º | 0.98% | 0.4% | - |
| HSV(B) | 53.43º | 0.99% | 0.8% | - |
| XYZ | 41.16 | 45.75 | 6.72 | - |
| YUV | 167.17 | 34.79 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 2 | 0 | 0.11 | 0.99 | 0.20 | 53.43 | 0.98 | 0.4 |
| Hex | CB | B5 | 2 | 0 | B | 63 | 14 | 35 | 62 | 28 |
| Octal | 313 | 265 | 2 | 0 | 13 | 143 | 24 | 65 | 142 | 50 |
| Binary | 11001011 | 10110101 | 10 | 0 | 1011 | 1100011 | 10100 | 110101 | 1100010 | 101000 |
Color Harmonies of #CBB502
Complementary color
Monochromatic Colors of #CBB502
Black with #CBB502
Text Example
Text Example
White with #CBB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB502; }
p { color: rgb(203,181,2); }
H1.HeaderClassName
{
color: #CBB502;
}
.AnyTagClassName
{
color: #CBB502;
}
</style>
background-color css
<style>
a { background-color: #CBB502; }
a { background-color: rgb(203,181,2); }
div.DivClassName
{
background-color: #CBB502;
}
.BgClassName
{
background-color: #CBB502;
}
</style>
border-color css
<style>
span { border-color: #CBB502; }
span { border-color: rgb(203,181,2); }
td.TdClassName
{
border-color: #CBB502;
}
.TagClassName
{
border-color: #CBB502;
}
</style>