Shades of Bird Flower #CCB600
Tints of Bird Flower #CCB600
RGB
CMYK
RGB Variations
Color information
#CCB600 (or 0xCCB600) is known color: Bird Flower. HEX triplet: CC, B6 and 00. RGB value is (204,182,0). Sum of RGB (Red+Green+Blue) = 204+182+0=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB600 is #3349FF. Grayscale: #A8A8A8. Windows color (decimal): -3361280 or 46796. OLE color: 46796.
HSL color Cylindrical-coordinate representation of color #CCB600: hue angle of 53.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCB600 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.2 |
| HSL | 53.53º | 1% | 0.4% | - |
| HSV(B) | 53.53º | 1% | 0.8% | - |
| XYZ | 41.63 | 46.29 | 6.74 | - |
| YUV | 167.83 | 33.29 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 0 | 0 | 0.11 | 1 | 0.2 | 53.53 | 1 | 0.4 |
| Hex | CC | B6 | 0 | 0 | B | 64 | 14 | 36 | 64 | 28 |
| Octal | 314 | 266 | 0 | 0 | 13 | 144 | 24 | 66 | 144 | 50 |
| Binary | 11001100 | 10110110 | 0 | 0 | 1011 | 1100100 | 10100 | 110110 | 1100100 | 101000 |
Color Harmonies of #CCB600
Complementary color
Monochromatic Colors of #CCB600
Black with #CCB600
Text Example
Text Example
White with #CCB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB600; }
p { color: rgb(204,182,0); }
H1.HeaderClassName
{
color: #CCB600;
}
.AnyTagClassName
{
color: #CCB600;
}
</style>
background-color css
<style>
a { background-color: #CCB600; }
a { background-color: rgb(204,182,0); }
div.DivClassName
{
background-color: #CCB600;
}
.BgClassName
{
background-color: #CCB600;
}
</style>
border-color css
<style>
span { border-color: #CCB600; }
span { border-color: rgb(204,182,0); }
td.TdClassName
{
border-color: #CCB600;
}
.TagClassName
{
border-color: #CCB600;
}
</style>