Shades of Bird Flower #CBB504
Tints of Bird Flower #CBB504
RGB
CMYK
RGB Variations
Color information
#CBB504 (or 0xCBB504) is known color: Bird Flower. HEX triplet: CB, B5 and 04. RGB value is (203,181,4). Sum of RGB (Red+Green+Blue) = 203+181+4=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB504 is #344AFB. Grayscale: #A8A8A8. Windows color (decimal): -3427068 or 308683. OLE color: 308683.
HSL color Cylindrical-coordinate representation of color #CBB504: hue angle of 53.37º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBB504 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.20 |
| HSL | 53.37º | 0.96% | 0.41% | - |
| HSV(B) | 53.37º | 0.98% | 0.8% | - |
| XYZ | 41.17 | 45.75 | 6.78 | - |
| YUV | 167.4 | 35.79 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 4 | 0 | 0.11 | 0.98 | 0.20 | 53.37 | 0.96 | 0.41 |
| Hex | CB | B5 | 4 | 0 | B | 62 | 14 | 35 | 60 | 29 |
| Octal | 313 | 265 | 4 | 0 | 13 | 142 | 24 | 65 | 140 | 51 |
| Binary | 11001011 | 10110101 | 100 | 0 | 1011 | 1100010 | 10100 | 110101 | 1100000 | 101001 |
Color Harmonies of #CBB504
Complementary color
Monochromatic Colors of #CBB504
Black with #CBB504
Text Example
Text Example
White with #CBB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB504; }
p { color: rgb(203,181,4); }
H1.HeaderClassName
{
color: #CBB504;
}
.AnyTagClassName
{
color: #CBB504;
}
</style>
background-color css
<style>
a { background-color: #CBB504; }
a { background-color: rgb(203,181,4); }
div.DivClassName
{
background-color: #CBB504;
}
.BgClassName
{
background-color: #CBB504;
}
</style>
border-color css
<style>
span { border-color: #CBB504; }
span { border-color: rgb(203,181,4); }
td.TdClassName
{
border-color: #CBB504;
}
.TagClassName
{
border-color: #CBB504;
}
</style>