Shades of Bird Flower #CBB308
Tints of Bird Flower #CBB308
RGB
CMYK
RGB Variations
Color information
#CBB308 (or 0xCBB308) is known color: Bird Flower. HEX triplet: CB, B3 and 08. RGB value is (203,179,8). Sum of RGB (Red+Green+Blue) = 203+179+8=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB308 is #344CF7. Grayscale: #A7A7A7. Windows color (decimal): -3427576 or 570315. OLE color: 570315.
HSL color Cylindrical-coordinate representation of color #CBB308: hue angle of 52.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBB308 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 8 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.20 |
| HSL | 52.62º | 0.92% | 0.41% | - |
| HSV(B) | 52.62º | 0.96% | 0.8% | - |
| XYZ | 40.79 | 44.95 | 6.76 | - |
| YUV | 166.68 | 38.45 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 8 | 0 | 0.12 | 0.96 | 0.20 | 52.62 | 0.92 | 0.41 |
| Hex | CB | B3 | 8 | 0 | C | 60 | 14 | 35 | 5C | 29 |
| Octal | 313 | 263 | 10 | 0 | 14 | 140 | 24 | 65 | 134 | 51 |
| Binary | 11001011 | 10110011 | 1000 | 0 | 1100 | 1100000 | 10100 | 110101 | 1011100 | 101001 |
Color Harmonies of #CBB308
Complementary color
Monochromatic Colors of #CBB308
Black with #CBB308
Text Example
Text Example
White with #CBB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB308; }
p { color: rgb(203,179,8); }
H1.HeaderClassName
{
color: #CBB308;
}
.AnyTagClassName
{
color: #CBB308;
}
</style>
background-color css
<style>
a { background-color: #CBB308; }
a { background-color: rgb(203,179,8); }
div.DivClassName
{
background-color: #CBB308;
}
.BgClassName
{
background-color: #CBB308;
}
</style>
border-color css
<style>
span { border-color: #CBB308; }
span { border-color: rgb(203,179,8); }
td.TdClassName
{
border-color: #CBB308;
}
.TagClassName
{
border-color: #CBB308;
}
</style>