Shades of Bird Flower #CBB11C
Tints of Bird Flower #CBB11C
RGB
CMYK
RGB Variations
Color information
#CBB11C (or 0xCBB11C) is known color: Bird Flower. HEX triplet: CB, B1 and 1C. RGB value is (203,177,28). Sum of RGB (Red+Green+Blue) = 203+177+28=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB11C is #344EE3. Grayscale: #A8A8A8. Windows color (decimal): -3428068 or 1880523. OLE color: 1880523.
HSL color Cylindrical-coordinate representation of color #CBB11C: hue angle of 51.09º 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 #CBB11C is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 28 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.20 |
| HSL | 51.09º | 0.76% | 0.45% | - |
| HSV(B) | 51.09º | 0.86% | 0.8% | - |
| XYZ | 40.56 | 44.22 | 7.5 | - |
| YUV | 167.79 | 49.11 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 28 | 0 | 0.13 | 0.86 | 0.20 | 51.09 | 0.76 | 0.45 |
| Hex | CB | B1 | 1C | 0 | D | 56 | 14 | 33 | 4C | 2D |
| Octal | 313 | 261 | 34 | 0 | 15 | 126 | 24 | 63 | 114 | 55 |
| Binary | 11001011 | 10110001 | 11100 | 0 | 1101 | 1010110 | 10100 | 110011 | 1001100 | 101101 |
Color Harmonies of #CBB11C
Complementary color
Monochromatic Colors of #CBB11C
Black with #CBB11C
Text Example
Text Example
White with #CBB11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB11C; }
p { color: rgb(203,177,28); }
H1.HeaderClassName
{
color: #CBB11C;
}
.AnyTagClassName
{
color: #CBB11C;
}
</style>
background-color css
<style>
a { background-color: #CBB11C; }
a { background-color: rgb(203,177,28); }
div.DivClassName
{
background-color: #CBB11C;
}
.BgClassName
{
background-color: #CBB11C;
}
</style>
border-color css
<style>
span { border-color: #CBB11C; }
span { border-color: rgb(203,177,28); }
td.TdClassName
{
border-color: #CBB11C;
}
.TagClassName
{
border-color: #CBB11C;
}
</style>