Shades of Bird Flower #CBB01C
Tints of Bird Flower #CBB01C
RGB
CMYK
RGB Variations
Color information
#CBB01C (or 0xCBB01C) is known color: Bird Flower. HEX triplet: CB, B0 and 1C. RGB value is (203,176,28). Sum of RGB (Red+Green+Blue) = 203+176+28=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB01C is #344FE3. Grayscale: #A7A7A7. Windows color (decimal): -3428324 or 1880267. OLE color: 1880267.
HSL color Cylindrical-coordinate representation of color #CBB01C: hue angle of 50.74º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBB01C is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 28 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.20 |
| HSL | 50.74º | 0.76% | 0.45% | - |
| HSV(B) | 50.74º | 0.86% | 0.8% | - |
| XYZ | 40.36 | 43.83 | 7.43 | - |
| YUV | 167.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 28 | 0 | 0.13 | 0.86 | 0.20 | 50.74 | 0.76 | 0.45 |
| Hex | CB | B0 | 1C | 0 | D | 56 | 14 | 33 | 4C | 2D |
| Octal | 313 | 260 | 34 | 0 | 15 | 126 | 24 | 63 | 114 | 55 |
| Binary | 11001011 | 10110000 | 11100 | 0 | 1101 | 1010110 | 10100 | 110011 | 1001100 | 101101 |
Color Harmonies of #CBB01C
Complementary color
Monochromatic Colors of #CBB01C
Black with #CBB01C
Text Example
Text Example
White with #CBB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB01C; }
p { color: rgb(203,176,28); }
H1.HeaderClassName
{
color: #CBB01C;
}
.AnyTagClassName
{
color: #CBB01C;
}
</style>
background-color css
<style>
a { background-color: #CBB01C; }
a { background-color: rgb(203,176,28); }
div.DivClassName
{
background-color: #CBB01C;
}
.BgClassName
{
background-color: #CBB01C;
}
</style>
border-color css
<style>
span { border-color: #CBB01C; }
span { border-color: rgb(203,176,28); }
td.TdClassName
{
border-color: #CBB01C;
}
.TagClassName
{
border-color: #CBB01C;
}
</style>