Shades of Bird Flower #CCB902
Tints of Bird Flower #CCB902
RGB
CMYK
RGB Variations
Color information
#CCB902 (or 0xCCB902) is known color: Bird Flower. HEX triplet: CC, B9 and 02. RGB value is (204,185,2). Sum of RGB (Red+Green+Blue) = 204+185+2=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB902 is #3346FD. Grayscale: #AAAAAA. Windows color (decimal): -3360510 or 178636. OLE color: 178636.
HSL color Cylindrical-coordinate representation of color #CCB902: hue angle of 54.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCB902 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.2 |
| HSL | 54.36º | 0.98% | 0.4% | - |
| HSV(B) | 54.36º | 0.99% | 0.8% | - |
| XYZ | 42.26 | 47.54 | 7.01 | - |
| YUV | 169.82 | 33.29 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 2 | 0 | 0.09 | 0.99 | 0.2 | 54.36 | 0.98 | 0.4 |
| Hex | CC | B9 | 2 | 0 | 9 | 63 | 14 | 36 | 62 | 28 |
| Octal | 314 | 271 | 2 | 0 | 11 | 143 | 24 | 66 | 142 | 50 |
| Binary | 11001100 | 10111001 | 10 | 0 | 1001 | 1100011 | 10100 | 110110 | 1100010 | 101000 |
Color Harmonies of #CCB902
Complementary color
Monochromatic Colors of #CCB902
Black with #CCB902
Text Example
Text Example
White with #CCB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB902; }
p { color: rgb(204,185,2); }
H1.HeaderClassName
{
color: #CCB902;
}
.AnyTagClassName
{
color: #CCB902;
}
</style>
background-color css
<style>
a { background-color: #CCB902; }
a { background-color: rgb(204,185,2); }
div.DivClassName
{
background-color: #CCB902;
}
.BgClassName
{
background-color: #CCB902;
}
</style>
border-color css
<style>
span { border-color: #CCB902; }
span { border-color: rgb(204,185,2); }
td.TdClassName
{
border-color: #CCB902;
}
.TagClassName
{
border-color: #CCB902;
}
</style>