Shades of Bird Flower #CBC709
Tints of Bird Flower #CBC709
RGB
CMYK
RGB Variations
Color information
#CBC709 (or 0xCBC709) is known color: Bird Flower. HEX triplet: CB, C7 and 09. RGB value is (203,199,9). Sum of RGB (Red+Green+Blue) = 203+199+9=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC709 is #3438F6. Grayscale: #B3B3B3. Windows color (decimal): -3422455 or 640971. OLE color: 640971.
HSL color Cylindrical-coordinate representation of color #CBC709: hue angle of 58.76º 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 #CBC709 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.20 |
| HSL | 58.76º | 0.92% | 0.42% | - |
| HSV(B) | 58.76º | 0.96% | 0.8% | - |
| XYZ | 45.1 | 53.56 | 8.22 | - |
| YUV | 178.54 | 32.33 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 9 | 0 | 0.02 | 0.96 | 0.20 | 58.76 | 0.92 | 0.42 |
| Hex | CB | C7 | 9 | 0 | 2 | 60 | 14 | 3B | 5C | 2A |
| Octal | 313 | 307 | 11 | 0 | 2 | 140 | 24 | 73 | 134 | 52 |
| Binary | 11001011 | 11000111 | 1001 | 0 | 10 | 1100000 | 10100 | 111011 | 1011100 | 101010 |
Color Harmonies of #CBC709
Complementary color
Monochromatic Colors of #CBC709
Black with #CBC709
Text Example
Text Example
White with #CBC709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC709; }
p { color: rgb(203,199,9); }
H1.HeaderClassName
{
color: #CBC709;
}
.AnyTagClassName
{
color: #CBC709;
}
</style>
background-color css
<style>
a { background-color: #CBC709; }
a { background-color: rgb(203,199,9); }
div.DivClassName
{
background-color: #CBC709;
}
.BgClassName
{
background-color: #CBC709;
}
</style>
border-color css
<style>
span { border-color: #CBC709; }
span { border-color: rgb(203,199,9); }
td.TdClassName
{
border-color: #CBC709;
}
.TagClassName
{
border-color: #CBC709;
}
</style>