Shades of Bird Flower #CCBA01
Tints of Bird Flower #CCBA01
RGB
CMYK
RGB Variations
Color information
#CCBA01 (or 0xCCBA01) is known color: Bird Flower. HEX triplet: CC, BA and 01. RGB value is (204,186,1). Sum of RGB (Red+Green+Blue) = 204+186+1=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA01 is #3345FE. Grayscale: #ABABAB. Windows color (decimal): -3360255 or 113356. OLE color: 113356.
HSL color Cylindrical-coordinate representation of color #CCBA01: hue angle of 54.68º 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 #CCBA01 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.2 |
| HSL | 54.68º | 0.99% | 0.4% | - |
| HSV(B) | 54.68º | 1% | 0.8% | - |
| XYZ | 42.47 | 47.96 | 7.05 | - |
| YUV | 170.29 | 32.46 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 1 | 0 | 0.09 | 1.00 | 0.2 | 54.68 | 0.99 | 0.4 |
| Hex | CC | BA | 1 | 0 | 9 | 64 | 14 | 37 | 63 | 28 |
| Octal | 314 | 272 | 1 | 0 | 11 | 144 | 24 | 67 | 143 | 50 |
| Binary | 11001100 | 10111010 | 1 | 0 | 1001 | 1100100 | 10100 | 110111 | 1100011 | 101000 |
Color Harmonies of #CCBA01
Complementary color
Monochromatic Colors of #CCBA01
Black with #CCBA01
Text Example
Text Example
White with #CCBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA01; }
p { color: rgb(204,186,1); }
H1.HeaderClassName
{
color: #CCBA01;
}
.AnyTagClassName
{
color: #CCBA01;
}
</style>
background-color css
<style>
a { background-color: #CCBA01; }
a { background-color: rgb(204,186,1); }
div.DivClassName
{
background-color: #CCBA01;
}
.BgClassName
{
background-color: #CCBA01;
}
</style>
border-color css
<style>
span { border-color: #CCBA01; }
span { border-color: rgb(204,186,1); }
td.TdClassName
{
border-color: #CCBA01;
}
.TagClassName
{
border-color: #CCBA01;
}
</style>