Shades of Bird Flower #CBB709
Tints of Bird Flower #CBB709
RGB
CMYK
RGB Variations
Color information
#CBB709 (or 0xCBB709) is known color: Bird Flower. HEX triplet: CB, B7 and 09. RGB value is (203,183,9). Sum of RGB (Red+Green+Blue) = 203+183+9=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB709 is #3448F6. Grayscale: #A9A9A9. Windows color (decimal): -3426551 or 636875. OLE color: 636875.
HSL color Cylindrical-coordinate representation of color #CBB709: hue angle of 53.81º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBB709 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 9 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.20 |
| HSL | 53.81º | 0.92% | 0.42% | - |
| HSV(B) | 53.81º | 0.96% | 0.8% | - |
| XYZ | 41.61 | 46.58 | 7.06 | - |
| YUV | 169.14 | 37.63 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 9 | 0 | 0.10 | 0.96 | 0.20 | 53.81 | 0.92 | 0.42 |
| Hex | CB | B7 | 9 | 0 | A | 60 | 14 | 36 | 5C | 2A |
| Octal | 313 | 267 | 11 | 0 | 12 | 140 | 24 | 66 | 134 | 52 |
| Binary | 11001011 | 10110111 | 1001 | 0 | 1010 | 1100000 | 10100 | 110110 | 1011100 | 101010 |
Color Harmonies of #CBB709
Complementary color
Monochromatic Colors of #CBB709
Black with #CBB709
Text Example
Text Example
White with #CBB709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB709; }
p { color: rgb(203,183,9); }
H1.HeaderClassName
{
color: #CBB709;
}
.AnyTagClassName
{
color: #CBB709;
}
</style>
background-color css
<style>
a { background-color: #CBB709; }
a { background-color: rgb(203,183,9); }
div.DivClassName
{
background-color: #CBB709;
}
.BgClassName
{
background-color: #CBB709;
}
</style>
border-color css
<style>
span { border-color: #CBB709; }
span { border-color: rgb(203,183,9); }
td.TdClassName
{
border-color: #CBB709;
}
.TagClassName
{
border-color: #CBB709;
}
</style>