Shades of Bird Flower #CBC00F
Tints of Bird Flower #CBC00F
RGB
CMYK
RGB Variations
Color information
#CBC00F (or 0xCBC00F) is known color: Bird Flower. HEX triplet: CB, C0 and 0F. RGB value is (203,192,15). Sum of RGB (Red+Green+Blue) = 203+192+15=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC00F is #343FF0. Grayscale: #AFAFAF. Windows color (decimal): -3424241 or 1032395. OLE color: 1032395.
HSL color Cylindrical-coordinate representation of color #CBC00F: hue angle of 56.49º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBC00F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 15 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.20 |
| HSL | 56.49º | 0.86% | 0.43% | - |
| HSV(B) | 56.49º | 0.93% | 0.8% | - |
| XYZ | 43.56 | 50.43 | 7.89 | - |
| YUV | 175.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 15 | 0 | 0.05 | 0.93 | 0.20 | 56.49 | 0.86 | 0.43 |
| Hex | CB | C0 | F | 0 | 5 | 5D | 14 | 38 | 56 | 2B |
| Octal | 313 | 300 | 17 | 0 | 5 | 135 | 24 | 70 | 126 | 53 |
| Binary | 11001011 | 11000000 | 1111 | 0 | 101 | 1011101 | 10100 | 111000 | 1010110 | 101011 |
Color Harmonies of #CBC00F
Complementary color
Monochromatic Colors of #CBC00F
Black with #CBC00F
Text Example
Text Example
White with #CBC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC00F; }
p { color: rgb(203,192,15); }
H1.HeaderClassName
{
color: #CBC00F;
}
.AnyTagClassName
{
color: #CBC00F;
}
</style>
background-color css
<style>
a { background-color: #CBC00F; }
a { background-color: rgb(203,192,15); }
div.DivClassName
{
background-color: #CBC00F;
}
.BgClassName
{
background-color: #CBC00F;
}
</style>
border-color css
<style>
span { border-color: #CBC00F; }
span { border-color: rgb(203,192,15); }
td.TdClassName
{
border-color: #CBC00F;
}
.TagClassName
{
border-color: #CBC00F;
}
</style>