Shades of Bird Flower #CBB409
Tints of Bird Flower #CBB409
RGB
CMYK
RGB Variations
Color information
#CBB409 (or 0xCBB409) is known color: Bird Flower. HEX triplet: CB, B4 and 09. RGB value is (203,180,9). Sum of RGB (Red+Green+Blue) = 203+180+9=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB409 is #344BF6. Grayscale: #A8A8A8. Windows color (decimal): -3427319 or 636107. OLE color: 636107.
HSL color Cylindrical-coordinate representation of color #CBB409: hue angle of 52.89º 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 #CBB409 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.20 |
| HSL | 52.89º | 0.92% | 0.42% | - |
| HSV(B) | 52.89º | 0.96% | 0.8% | - |
| XYZ | 41 | 45.36 | 6.85 | - |
| YUV | 167.38 | 38.62 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 9 | 0 | 0.11 | 0.96 | 0.20 | 52.89 | 0.92 | 0.42 |
| Hex | CB | B4 | 9 | 0 | B | 60 | 14 | 35 | 5C | 2A |
| Octal | 313 | 264 | 11 | 0 | 13 | 140 | 24 | 65 | 134 | 52 |
| Binary | 11001011 | 10110100 | 1001 | 0 | 1011 | 1100000 | 10100 | 110101 | 1011100 | 101010 |
Color Harmonies of #CBB409
Complementary color
Monochromatic Colors of #CBB409
Black with #CBB409
Text Example
Text Example
White with #CBB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB409; }
p { color: rgb(203,180,9); }
H1.HeaderClassName
{
color: #CBB409;
}
.AnyTagClassName
{
color: #CBB409;
}
</style>
background-color css
<style>
a { background-color: #CBB409; }
a { background-color: rgb(203,180,9); }
div.DivClassName
{
background-color: #CBB409;
}
.BgClassName
{
background-color: #CBB409;
}
</style>
border-color css
<style>
span { border-color: #CBB409; }
span { border-color: rgb(203,180,9); }
td.TdClassName
{
border-color: #CBB409;
}
.TagClassName
{
border-color: #CBB409;
}
</style>