Shades of Bird Flower #CBCD09
Tints of Bird Flower #CBCD09
RGB
CMYK
RGB Variations
Color information
#CBCD09 (or 0xCBCD09) is known color: Bird Flower. HEX triplet: CB, CD and 09. RGB value is (203,205,9). Sum of RGB (Red+Green+Blue) = 203+205+9=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCD09 is #3432F6. Grayscale: #B6B6B6. Windows color (decimal): -3420919 or 642507. OLE color: 642507.
HSL color Cylindrical-coordinate representation of color #CBCD09: hue angle of 60.61º 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 #CBCD09 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 9 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.20 |
| HSL | 60.61º | 0.92% | 0.42% | - |
| HSV(B) | 60.61º | 0.96% | 0.8% | - |
| XYZ | 46.51 | 56.38 | 8.69 | - |
| YUV | 182.06 | 30.34 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 9 | 0.01 | 0 | 0.96 | 0.20 | 60.61 | 0.92 | 0.42 |
| Hex | CB | CD | 9 | 1 | 0 | 60 | 14 | 3D | 5C | 2A |
| Octal | 313 | 315 | 11 | 1 | 0 | 140 | 24 | 75 | 134 | 52 |
| Binary | 11001011 | 11001101 | 1001 | 1 | 0 | 1100000 | 10100 | 111101 | 1011100 | 101010 |
Color Harmonies of #CBCD09
Complementary color
Monochromatic Colors of #CBCD09
Black with #CBCD09
Text Example
Text Example
White with #CBCD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD09; }
p { color: rgb(203,205,9); }
H1.HeaderClassName
{
color: #CBCD09;
}
.AnyTagClassName
{
color: #CBCD09;
}
</style>
background-color css
<style>
a { background-color: #CBCD09; }
a { background-color: rgb(203,205,9); }
div.DivClassName
{
background-color: #CBCD09;
}
.BgClassName
{
background-color: #CBCD09;
}
</style>
border-color css
<style>
span { border-color: #CBCD09; }
span { border-color: rgb(203,205,9); }
td.TdClassName
{
border-color: #CBCD09;
}
.TagClassName
{
border-color: #CBCD09;
}
</style>