Shades of Bird Flower #CBB40F
Tints of Bird Flower #CBB40F
RGB
CMYK
RGB Variations
Color information
#CBB40F (or 0xCBB40F) is known color: Bird Flower. HEX triplet: CB, B4 and 0F. RGB value is (203,180,15). Sum of RGB (Red+Green+Blue) = 203+180+15=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB40F is #344BF0. Grayscale: #A8A8A8. Windows color (decimal): -3427313 or 1029323. OLE color: 1029323.
HSL color Cylindrical-coordinate representation of color #CBB40F: hue angle of 52.66º 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 #CBB40F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 15 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.20 |
| HSL | 52.66º | 0.86% | 0.43% | - |
| HSV(B) | 52.66º | 0.93% | 0.8% | - |
| XYZ | 41.04 | 45.37 | 7.05 | - |
| YUV | 168.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 15 | 0 | 0.11 | 0.93 | 0.20 | 52.66 | 0.86 | 0.43 |
| Hex | CB | B4 | F | 0 | B | 5D | 14 | 35 | 56 | 2B |
| Octal | 313 | 264 | 17 | 0 | 13 | 135 | 24 | 65 | 126 | 53 |
| Binary | 11001011 | 10110100 | 1111 | 0 | 1011 | 1011101 | 10100 | 110101 | 1010110 | 101011 |
Color Harmonies of #CBB40F
Complementary color
Monochromatic Colors of #CBB40F
Black with #CBB40F
Text Example
Text Example
White with #CBB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB40F; }
p { color: rgb(203,180,15); }
H1.HeaderClassName
{
color: #CBB40F;
}
.AnyTagClassName
{
color: #CBB40F;
}
</style>
background-color css
<style>
a { background-color: #CBB40F; }
a { background-color: rgb(203,180,15); }
div.DivClassName
{
background-color: #CBB40F;
}
.BgClassName
{
background-color: #CBB40F;
}
</style>
border-color css
<style>
span { border-color: #CBB40F; }
span { border-color: rgb(203,180,15); }
td.TdClassName
{
border-color: #CBB40F;
}
.TagClassName
{
border-color: #CBB40F;
}
</style>