Shades of Bird Flower #CBC80F
Tints of Bird Flower #CBC80F
RGB
CMYK
RGB Variations
Color information
#CBC80F (or 0xCBC80F) is known color: Bird Flower. HEX triplet: CB, C8 and 0F. RGB value is (203,200,15). Sum of RGB (Red+Green+Blue) = 203+200+15=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC80F is #3437F0. Grayscale: #B4B4B4. Windows color (decimal): -3422193 or 1034443. OLE color: 1034443.
HSL color Cylindrical-coordinate representation of color #CBC80F: hue angle of 59.04º 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 #CBC80F is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 15 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.20 |
| HSL | 59.04º | 0.86% | 0.43% | - |
| HSV(B) | 59.04º | 0.93% | 0.8% | - |
| XYZ | 45.37 | 54.04 | 8.49 | - |
| YUV | 179.81 | 34.99 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 15 | 0 | 0.01 | 0.93 | 0.20 | 59.04 | 0.86 | 0.43 |
| Hex | CB | C8 | F | 0 | 1 | 5D | 14 | 3B | 56 | 2B |
| Octal | 313 | 310 | 17 | 0 | 1 | 135 | 24 | 73 | 126 | 53 |
| Binary | 11001011 | 11001000 | 1111 | 0 | 1 | 1011101 | 10100 | 111011 | 1010110 | 101011 |
Color Harmonies of #CBC80F
Complementary color
Monochromatic Colors of #CBC80F
Black with #CBC80F
Text Example
Text Example
White with #CBC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC80F; }
p { color: rgb(203,200,15); }
H1.HeaderClassName
{
color: #CBC80F;
}
.AnyTagClassName
{
color: #CBC80F;
}
</style>
background-color css
<style>
a { background-color: #CBC80F; }
a { background-color: rgb(203,200,15); }
div.DivClassName
{
background-color: #CBC80F;
}
.BgClassName
{
background-color: #CBC80F;
}
</style>
border-color css
<style>
span { border-color: #CBC80F; }
span { border-color: rgb(203,200,15); }
td.TdClassName
{
border-color: #CBC80F;
}
.TagClassName
{
border-color: #CBC80F;
}
</style>