Shades of Bird Flower #CCB301
Tints of Bird Flower #CCB301
RGB
CMYK
RGB Variations
Color information
#CCB301 (or 0xCCB301) is known color: Bird Flower. HEX triplet: CC, B3 and 01. RGB value is (204,179,1). Sum of RGB (Red+Green+Blue) = 204+179+1=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB301 is #334CFE. Grayscale: #A6A6A6. Windows color (decimal): -3362047 or 111564. OLE color: 111564.
HSL color Cylindrical-coordinate representation of color #CCB301: hue angle of 52.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCB301 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.2 |
| HSL | 52.61º | 0.99% | 0.4% | - |
| HSV(B) | 52.61º | 1% | 0.8% | - |
| XYZ | 41.03 | 45.08 | 6.57 | - |
| YUV | 166.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 1 | 0 | 0.12 | 1.00 | 0.2 | 52.61 | 0.99 | 0.4 |
| Hex | CC | B3 | 1 | 0 | C | 64 | 14 | 35 | 63 | 28 |
| Octal | 314 | 263 | 1 | 0 | 14 | 144 | 24 | 65 | 143 | 50 |
| Binary | 11001100 | 10110011 | 1 | 0 | 1100 | 1100100 | 10100 | 110101 | 1100011 | 101000 |
Color Harmonies of #CCB301
Complementary color
Monochromatic Colors of #CCB301
Black with #CCB301
Text Example
Text Example
White with #CCB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB301; }
p { color: rgb(204,179,1); }
H1.HeaderClassName
{
color: #CCB301;
}
.AnyTagClassName
{
color: #CCB301;
}
</style>
background-color css
<style>
a { background-color: #CCB301; }
a { background-color: rgb(204,179,1); }
div.DivClassName
{
background-color: #CCB301;
}
.BgClassName
{
background-color: #CCB301;
}
</style>
border-color css
<style>
span { border-color: #CCB301; }
span { border-color: rgb(204,179,1); }
td.TdClassName
{
border-color: #CCB301;
}
.TagClassName
{
border-color: #CCB301;
}
</style>