Shades of Bird Flower #CBB30F
Tints of Bird Flower #CBB30F
RGB
CMYK
RGB Variations
Color information
#CBB30F (or 0xCBB30F) is known color: Bird Flower. HEX triplet: CB, B3 and 0F. RGB value is (203,179,15). Sum of RGB (Red+Green+Blue) = 203+179+15=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB30F is #344CF0. Grayscale: #A8A8A8. Windows color (decimal): -3427569 or 1029067. OLE color: 1029067.
HSL color Cylindrical-coordinate representation of color #CBB30F: hue angle of 52.34º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBB30F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 15 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.20 |
| HSL | 52.34º | 0.86% | 0.43% | - |
| HSV(B) | 52.34º | 0.93% | 0.8% | - |
| XYZ | 40.83 | 44.97 | 6.98 | - |
| YUV | 167.48 | 41.95 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 15 | 0 | 0.12 | 0.93 | 0.20 | 52.34 | 0.86 | 0.43 |
| Hex | CB | B3 | F | 0 | C | 5D | 14 | 34 | 56 | 2B |
| Octal | 313 | 263 | 17 | 0 | 14 | 135 | 24 | 64 | 126 | 53 |
| Binary | 11001011 | 10110011 | 1111 | 0 | 1100 | 1011101 | 10100 | 110100 | 1010110 | 101011 |
Color Harmonies of #CBB30F
Complementary color
Monochromatic Colors of #CBB30F
Black with #CBB30F
Text Example
Text Example
White with #CBB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB30F; }
p { color: rgb(203,179,15); }
H1.HeaderClassName
{
color: #CBB30F;
}
.AnyTagClassName
{
color: #CBB30F;
}
</style>
background-color css
<style>
a { background-color: #CBB30F; }
a { background-color: rgb(203,179,15); }
div.DivClassName
{
background-color: #CBB30F;
}
.BgClassName
{
background-color: #CBB30F;
}
</style>
border-color css
<style>
span { border-color: #CBB30F; }
span { border-color: rgb(203,179,15); }
td.TdClassName
{
border-color: #CBB30F;
}
.TagClassName
{
border-color: #CBB30F;
}
</style>