Shades of Bird Flower #CBC90D
Tints of Bird Flower #CBC90D
RGB
CMYK
RGB Variations
Color information
#CBC90D (or 0xCBC90D) is known color: Bird Flower. HEX triplet: CB, C9 and 0D. RGB value is (203,201,13). Sum of RGB (Red+Green+Blue) = 203+201+13=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC90D is #3436F2. Grayscale: #B4B4B4. Windows color (decimal): -3421939 or 903627. OLE color: 903627.
HSL color Cylindrical-coordinate representation of color #CBC90D: hue angle of 59.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBC90D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.20 |
| HSL | 59.37º | 0.88% | 0.42% | - |
| HSV(B) | 59.37º | 0.94% | 0.8% | - |
| XYZ | 45.59 | 54.5 | 8.5 | - |
| YUV | 180.17 | 33.66 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 13 | 0 | 0.01 | 0.94 | 0.20 | 59.37 | 0.88 | 0.42 |
| Hex | CB | C9 | D | 0 | 1 | 5E | 14 | 3B | 58 | 2A |
| Octal | 313 | 311 | 15 | 0 | 1 | 136 | 24 | 73 | 130 | 52 |
| Binary | 11001011 | 11001001 | 1101 | 0 | 1 | 1011110 | 10100 | 111011 | 1011000 | 101010 |
Color Harmonies of #CBC90D
Complementary color
Monochromatic Colors of #CBC90D
Black with #CBC90D
Text Example
Text Example
White with #CBC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC90D; }
p { color: rgb(203,201,13); }
H1.HeaderClassName
{
color: #CBC90D;
}
.AnyTagClassName
{
color: #CBC90D;
}
</style>
background-color css
<style>
a { background-color: #CBC90D; }
a { background-color: rgb(203,201,13); }
div.DivClassName
{
background-color: #CBC90D;
}
.BgClassName
{
background-color: #CBC90D;
}
</style>
border-color css
<style>
span { border-color: #CBC90D; }
span { border-color: rgb(203,201,13); }
td.TdClassName
{
border-color: #CBC90D;
}
.TagClassName
{
border-color: #CBC90D;
}
</style>