Shades of Bird Flower #CBCC0F
Tints of Bird Flower #CBCC0F
RGB
CMYK
RGB Variations
Color information
#CBCC0F (or 0xCBCC0F) is known color: Bird Flower. HEX triplet: CB, CC and 0F. RGB value is (203,204,15). Sum of RGB (Red+Green+Blue) = 203+204+15=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC0F is #3433F0. Grayscale: #B6B6B6. Windows color (decimal): -3421169 or 1035467. OLE color: 1035467.
HSL color Cylindrical-coordinate representation of color #CBCC0F: hue angle of 60.32º 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 #CBCC0F is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 15 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.2 |
| HSL | 60.32º | 0.86% | 0.43% | - |
| HSV(B) | 60.32º | 0.93% | 0.8% | - |
| XYZ | 46.31 | 55.92 | 8.8 | - |
| YUV | 182.16 | 33.67 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 15 | 0.00 | 0 | 0.93 | 0.2 | 60.32 | 0.86 | 0.43 |
| Hex | CB | CC | F | 0 | 0 | 5D | 14 | 3C | 56 | 2B |
| Octal | 313 | 314 | 17 | 0 | 0 | 135 | 24 | 74 | 126 | 53 |
| Binary | 11001011 | 11001100 | 1111 | 0 | 0 | 1011101 | 10100 | 111100 | 1010110 | 101011 |
Color Harmonies of #CBCC0F
Complementary color
Monochromatic Colors of #CBCC0F
Black with #CBCC0F
Text Example
Text Example
White with #CBCC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC0F; }
p { color: rgb(203,204,15); }
H1.HeaderClassName
{
color: #CBCC0F;
}
.AnyTagClassName
{
color: #CBCC0F;
}
</style>
background-color css
<style>
a { background-color: #CBCC0F; }
a { background-color: rgb(203,204,15); }
div.DivClassName
{
background-color: #CBCC0F;
}
.BgClassName
{
background-color: #CBCC0F;
}
</style>
border-color css
<style>
span { border-color: #CBCC0F; }
span { border-color: rgb(203,204,15); }
td.TdClassName
{
border-color: #CBCC0F;
}
.TagClassName
{
border-color: #CBCC0F;
}
</style>