Shades of Bird Flower #CBC80D
Tints of Bird Flower #CBC80D
RGB
CMYK
RGB Variations
Color information
#CBC80D (or 0xCBC80D) is known color: Bird Flower. HEX triplet: CB, C8 and 0D. RGB value is (203,200,13). Sum of RGB (Red+Green+Blue) = 203+200+13=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC80D is #3437F2. Grayscale: #B4B4B4. Windows color (decimal): -3422195 or 903371. OLE color: 903371.
HSL color Cylindrical-coordinate representation of color #CBC80D: hue angle of 59.05º 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 #CBC80D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.20 |
| HSL | 59.05º | 0.88% | 0.42% | - |
| HSV(B) | 59.05º | 0.94% | 0.8% | - |
| XYZ | 45.36 | 54.03 | 8.42 | - |
| YUV | 179.58 | 33.99 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 13 | 0 | 0.01 | 0.94 | 0.20 | 59.05 | 0.88 | 0.42 |
| Hex | CB | C8 | D | 0 | 1 | 5E | 14 | 3B | 58 | 2A |
| Octal | 313 | 310 | 15 | 0 | 1 | 136 | 24 | 73 | 130 | 52 |
| Binary | 11001011 | 11001000 | 1101 | 0 | 1 | 1011110 | 10100 | 111011 | 1011000 | 101010 |
Color Harmonies of #CBC80D
Complementary color
Monochromatic Colors of #CBC80D
Black with #CBC80D
Text Example
Text Example
White with #CBC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC80D; }
p { color: rgb(203,200,13); }
H1.HeaderClassName
{
color: #CBC80D;
}
.AnyTagClassName
{
color: #CBC80D;
}
</style>
background-color css
<style>
a { background-color: #CBC80D; }
a { background-color: rgb(203,200,13); }
div.DivClassName
{
background-color: #CBC80D;
}
.BgClassName
{
background-color: #CBC80D;
}
</style>
border-color css
<style>
span { border-color: #CBC80D; }
span { border-color: rgb(203,200,13); }
td.TdClassName
{
border-color: #CBC80D;
}
.TagClassName
{
border-color: #CBC80D;
}
</style>