Shades of Bird Flower #CBD70C
Tints of Bird Flower #CBD70C
RGB
CMYK
RGB Variations
Color information
#CBD70C (or 0xCBD70C) is known color: Bird Flower. HEX triplet: CB, D7 and 0C. RGB value is (203,215,12). Sum of RGB (Red+Green+Blue) = 203+215+12=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD70C is #3428F3. Grayscale: #BDBDBD. Windows color (decimal): -3418356 or 841675. OLE color: 841675.
HSL color Cylindrical-coordinate representation of color #CBD70C: hue angle of 63.55º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBD70C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 12 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.16 |
| HSL | 63.55º | 0.89% | 0.45% | - |
| HSV(B) | 63.55º | 0.94% | 0.84% | - |
| XYZ | 49 | 61.32 | 9.6 | - |
| YUV | 188.27 | 28.52 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 12 | 0.06 | 0 | 0.94 | 0.16 | 63.55 | 0.89 | 0.45 |
| Hex | CB | D7 | C | 6 | 0 | 5E | 10 | 40 | 59 | 2D |
| Octal | 313 | 327 | 14 | 6 | 0 | 136 | 20 | 100 | 131 | 55 |
| Binary | 11001011 | 11010111 | 1100 | 110 | 0 | 1011110 | 10000 | 1000000 | 1011001 | 101101 |
Color Harmonies of #CBD70C
Complementary color
Monochromatic Colors of #CBD70C
Black with #CBD70C
Text Example
Text Example
White with #CBD70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD70C; }
p { color: rgb(203,215,12); }
H1.HeaderClassName
{
color: #CBD70C;
}
.AnyTagClassName
{
color: #CBD70C;
}
</style>
background-color css
<style>
a { background-color: #CBD70C; }
a { background-color: rgb(203,215,12); }
div.DivClassName
{
background-color: #CBD70C;
}
.BgClassName
{
background-color: #CBD70C;
}
</style>
border-color css
<style>
span { border-color: #CBD70C; }
span { border-color: rgb(203,215,12); }
td.TdClassName
{
border-color: #CBD70C;
}
.TagClassName
{
border-color: #CBD70C;
}
</style>