Shades of Bird Flower #CBCC0D
Tints of Bird Flower #CBCC0D
RGB
CMYK
RGB Variations
Color information
#CBCC0D (or 0xCBCC0D) is known color: Bird Flower. HEX triplet: CB, CC and 0D. RGB value is (203,204,13). Sum of RGB (Red+Green+Blue) = 203+204+13=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC0D is #3433F2. Grayscale: #B6B6B6. Windows color (decimal): -3421171 or 904395. OLE color: 904395.
HSL color Cylindrical-coordinate representation of color #CBCC0D: hue angle of 60.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBCC0D is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 13 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.2 |
| HSL | 60.31º | 0.88% | 0.43% | - |
| HSV(B) | 60.31º | 0.94% | 0.8% | - |
| XYZ | 46.29 | 55.91 | 8.73 | - |
| YUV | 181.93 | 32.67 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 13 | 0.00 | 0 | 0.94 | 0.2 | 60.31 | 0.88 | 0.43 |
| Hex | CB | CC | D | 0 | 0 | 5E | 14 | 3C | 58 | 2B |
| Octal | 313 | 314 | 15 | 0 | 0 | 136 | 24 | 74 | 130 | 53 |
| Binary | 11001011 | 11001100 | 1101 | 0 | 0 | 1011110 | 10100 | 111100 | 1011000 | 101011 |
Color Harmonies of #CBCC0D
Complementary color
Monochromatic Colors of #CBCC0D
Black with #CBCC0D
Text Example
Text Example
White with #CBCC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC0D; }
p { color: rgb(203,204,13); }
H1.HeaderClassName
{
color: #CBCC0D;
}
.AnyTagClassName
{
color: #CBCC0D;
}
</style>
background-color css
<style>
a { background-color: #CBCC0D; }
a { background-color: rgb(203,204,13); }
div.DivClassName
{
background-color: #CBCC0D;
}
.BgClassName
{
background-color: #CBCC0D;
}
</style>
border-color css
<style>
span { border-color: #CBCC0D; }
span { border-color: rgb(203,204,13); }
td.TdClassName
{
border-color: #CBCC0D;
}
.TagClassName
{
border-color: #CBCC0D;
}
</style>