Shades of Bird Flower #CBC30F
Tints of Bird Flower #CBC30F
RGB
CMYK
RGB Variations
Color information
#CBC30F (or 0xCBC30F) is known color: Bird Flower. HEX triplet: CB, C3 and 0F. RGB value is (203,195,15). Sum of RGB (Red+Green+Blue) = 203+195+15=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC30F is #343CF0. Grayscale: #B1B1B1. Windows color (decimal): -3423473 or 1033163. OLE color: 1033163.
HSL color Cylindrical-coordinate representation of color #CBC30F: hue angle of 57.45º 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 #CBC30F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 15 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.20 |
| HSL | 57.45º | 0.86% | 0.43% | - |
| HSV(B) | 57.45º | 0.93% | 0.8% | - |
| XYZ | 44.23 | 51.76 | 8.11 | - |
| YUV | 176.87 | 36.65 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 15 | 0 | 0.04 | 0.93 | 0.20 | 57.45 | 0.86 | 0.43 |
| Hex | CB | C3 | F | 0 | 4 | 5D | 14 | 39 | 56 | 2B |
| Octal | 313 | 303 | 17 | 0 | 4 | 135 | 24 | 71 | 126 | 53 |
| Binary | 11001011 | 11000011 | 1111 | 0 | 100 | 1011101 | 10100 | 111001 | 1010110 | 101011 |
Color Harmonies of #CBC30F
Complementary color
Monochromatic Colors of #CBC30F
Black with #CBC30F
Text Example
Text Example
White with #CBC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC30F; }
p { color: rgb(203,195,15); }
H1.HeaderClassName
{
color: #CBC30F;
}
.AnyTagClassName
{
color: #CBC30F;
}
</style>
background-color css
<style>
a { background-color: #CBC30F; }
a { background-color: rgb(203,195,15); }
div.DivClassName
{
background-color: #CBC30F;
}
.BgClassName
{
background-color: #CBC30F;
}
</style>
border-color css
<style>
span { border-color: #CBC30F; }
span { border-color: rgb(203,195,15); }
td.TdClassName
{
border-color: #CBC30F;
}
.TagClassName
{
border-color: #CBC30F;
}
</style>