Shades of Bird Flower #CCBD15
Tints of Bird Flower #CCBD15
RGB
CMYK
RGB Variations
Color information
#CCBD15 (or 0xCCBD15) is known color: Bird Flower. HEX triplet: CC, BD and 15. RGB value is (204,189,21). Sum of RGB (Red+Green+Blue) = 204+189+21=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD15 is #3342EA. Grayscale: #AFAFAF. Windows color (decimal): -3359467 or 1424844. OLE color: 1424844.
HSL color Cylindrical-coordinate representation of color #CCBD15: hue angle of 55.08º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCBD15 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 21 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.2 |
| HSL | 55.08º | 0.81% | 0.44% | - |
| HSV(B) | 55.08º | 0.9% | 0.8% | - |
| XYZ | 43.23 | 49.29 | 7.94 | - |
| YUV | 174.33 | 41.47 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 21 | 0 | 0.07 | 0.90 | 0.2 | 55.08 | 0.81 | 0.44 |
| Hex | CC | BD | 15 | 0 | 7 | 5A | 14 | 37 | 51 | 2C |
| Octal | 314 | 275 | 25 | 0 | 7 | 132 | 24 | 67 | 121 | 54 |
| Binary | 11001100 | 10111101 | 10101 | 0 | 111 | 1011010 | 10100 | 110111 | 1010001 | 101100 |
Color Harmonies of #CCBD15
Complementary color
Monochromatic Colors of #CCBD15
Black with #CCBD15
Text Example
Text Example
White with #CCBD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD15; }
p { color: rgb(204,189,21); }
H1.HeaderClassName
{
color: #CCBD15;
}
.AnyTagClassName
{
color: #CCBD15;
}
</style>
background-color css
<style>
a { background-color: #CCBD15; }
a { background-color: rgb(204,189,21); }
div.DivClassName
{
background-color: #CCBD15;
}
.BgClassName
{
background-color: #CCBD15;
}
</style>
border-color css
<style>
span { border-color: #CCBD15; }
span { border-color: rgb(204,189,21); }
td.TdClassName
{
border-color: #CCBD15;
}
.TagClassName
{
border-color: #CCBD15;
}
</style>