Shades of Bird Flower #CCB602
Tints of Bird Flower #CCB602
RGB
CMYK
RGB Variations
Color information
#CCB602 (or 0xCCB602) is known color: Bird Flower. HEX triplet: CC, B6 and 02. RGB value is (204,182,2). Sum of RGB (Red+Green+Blue) = 204+182+2=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB602 is #3349FD. Grayscale: #A8A8A8. Windows color (decimal): -3361278 or 177868. OLE color: 177868.
HSL color Cylindrical-coordinate representation of color #CCB602: hue angle of 53.47º 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 #CCB602 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.2 |
| HSL | 53.47º | 0.98% | 0.4% | - |
| HSV(B) | 53.47º | 0.99% | 0.8% | - |
| XYZ | 41.64 | 46.3 | 6.8 | - |
| YUV | 168.06 | 34.29 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 2 | 0 | 0.11 | 0.99 | 0.2 | 53.47 | 0.98 | 0.4 |
| Hex | CC | B6 | 2 | 0 | B | 63 | 14 | 35 | 62 | 28 |
| Octal | 314 | 266 | 2 | 0 | 13 | 143 | 24 | 65 | 142 | 50 |
| Binary | 11001100 | 10110110 | 10 | 0 | 1011 | 1100011 | 10100 | 110101 | 1100010 | 101000 |
Color Harmonies of #CCB602
Complementary color
Monochromatic Colors of #CCB602
Black with #CCB602
Text Example
Text Example
White with #CCB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB602; }
p { color: rgb(204,182,2); }
H1.HeaderClassName
{
color: #CCB602;
}
.AnyTagClassName
{
color: #CCB602;
}
</style>
background-color css
<style>
a { background-color: #CCB602; }
a { background-color: rgb(204,182,2); }
div.DivClassName
{
background-color: #CCB602;
}
.BgClassName
{
background-color: #CCB602;
}
</style>
border-color css
<style>
span { border-color: #CCB602; }
span { border-color: rgb(204,182,2); }
td.TdClassName
{
border-color: #CCB602;
}
.TagClassName
{
border-color: #CCB602;
}
</style>