Shades of Bird Flower #CCBD00
Tints of Bird Flower #CCBD00
RGB
CMYK
RGB Variations
Color information
#CCBD00 (or 0xCCBD00) is known color: Bird Flower. HEX triplet: CC, BD and 00. RGB value is (204,189,0). Sum of RGB (Red+Green+Blue) = 204+189+0=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD00 is #3342FF. Grayscale: #ACACAC. Windows color (decimal): -3359488 or 48588. OLE color: 48588.
HSL color Cylindrical-coordinate representation of color #CCBD00: hue angle of 55.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCBD00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.2 |
| HSL | 55.59º | 1% | 0.4% | - |
| HSV(B) | 55.59º | 1% | 0.8% | - |
| XYZ | 43.1 | 49.23 | 7.23 | - |
| YUV | 171.94 | 30.97 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 0 | 0 | 0.07 | 1 | 0.2 | 55.59 | 1 | 0.4 |
| Hex | CC | BD | 0 | 0 | 7 | 64 | 14 | 38 | 64 | 28 |
| Octal | 314 | 275 | 0 | 0 | 7 | 144 | 24 | 70 | 144 | 50 |
| Binary | 11001100 | 10111101 | 0 | 0 | 111 | 1100100 | 10100 | 111000 | 1100100 | 101000 |
Color Harmonies of #CCBD00
Complementary color
Monochromatic Colors of #CCBD00
Black with #CCBD00
Text Example
Text Example
White with #CCBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD00; }
p { color: rgb(204,189,0); }
H1.HeaderClassName
{
color: #CCBD00;
}
.AnyTagClassName
{
color: #CCBD00;
}
</style>
background-color css
<style>
a { background-color: #CCBD00; }
a { background-color: rgb(204,189,0); }
div.DivClassName
{
background-color: #CCBD00;
}
.BgClassName
{
background-color: #CCBD00;
}
</style>
border-color css
<style>
span { border-color: #CCBD00; }
span { border-color: rgb(204,189,0); }
td.TdClassName
{
border-color: #CCBD00;
}
.TagClassName
{
border-color: #CCBD00;
}
</style>