Shades of Bird Flower #CCB605
Tints of Bird Flower #CCB605
RGB
CMYK
RGB Variations
Color information
#CCB605 (or 0xCCB605) is known color: Bird Flower. HEX triplet: CC, B6 and 05. RGB value is (204,182,5). Sum of RGB (Red+Green+Blue) = 204+182+5=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB605 is #3349FA. Grayscale: #A9A9A9. Windows color (decimal): -3361275 or 374476. OLE color: 374476.
HSL color Cylindrical-coordinate representation of color #CCB605: hue angle of 53.37º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCB605 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.2 |
| HSL | 53.37º | 0.95% | 0.41% | - |
| HSV(B) | 53.37º | 0.98% | 0.8% | - |
| XYZ | 41.66 | 46.3 | 6.89 | - |
| YUV | 168.4 | 35.79 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 5 | 0 | 0.11 | 0.98 | 0.2 | 53.37 | 0.95 | 0.41 |
| Hex | CC | B6 | 5 | 0 | B | 62 | 14 | 35 | 5F | 29 |
| Octal | 314 | 266 | 5 | 0 | 13 | 142 | 24 | 65 | 137 | 51 |
| Binary | 11001100 | 10110110 | 101 | 0 | 1011 | 1100010 | 10100 | 110101 | 1011111 | 101001 |
Color Harmonies of #CCB605
Complementary color
Monochromatic Colors of #CCB605
Black with #CCB605
Text Example
Text Example
White with #CCB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB605; }
p { color: rgb(204,182,5); }
H1.HeaderClassName
{
color: #CCB605;
}
.AnyTagClassName
{
color: #CCB605;
}
</style>
background-color css
<style>
a { background-color: #CCB605; }
a { background-color: rgb(204,182,5); }
div.DivClassName
{
background-color: #CCB605;
}
.BgClassName
{
background-color: #CCB605;
}
</style>
border-color css
<style>
span { border-color: #CCB605; }
span { border-color: rgb(204,182,5); }
td.TdClassName
{
border-color: #CCB605;
}
.TagClassName
{
border-color: #CCB605;
}
</style>