Shades of Bird Flower #CCB500
Tints of Bird Flower #CCB500
RGB
CMYK
RGB Variations
Color information
#CCB500 (or 0xCCB500) is known color: Bird Flower. HEX triplet: CC, B5 and 00. RGB value is (204,181,0). Sum of RGB (Red+Green+Blue) = 204+181+0=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB500 is #334AFF. Grayscale: #A7A7A7. Windows color (decimal): -3361536 or 46540. OLE color: 46540.
HSL color Cylindrical-coordinate representation of color #CCB500: hue angle of 53.24º 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 #CCB500 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.2 |
| HSL | 53.24º | 1% | 0.4% | - |
| HSV(B) | 53.24º | 1% | 0.8% | - |
| XYZ | 41.43 | 45.89 | 6.67 | - |
| YUV | 167.24 | 33.62 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 0 | 0 | 0.11 | 1 | 0.2 | 53.24 | 1 | 0.4 |
| Hex | CC | B5 | 0 | 0 | B | 64 | 14 | 35 | 64 | 28 |
| Octal | 314 | 265 | 0 | 0 | 13 | 144 | 24 | 65 | 144 | 50 |
| Binary | 11001100 | 10110101 | 0 | 0 | 1011 | 1100100 | 10100 | 110101 | 1100100 | 101000 |
Color Harmonies of #CCB500
Complementary color
Monochromatic Colors of #CCB500
Black with #CCB500
Text Example
Text Example
White with #CCB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB500; }
p { color: rgb(204,181,0); }
H1.HeaderClassName
{
color: #CCB500;
}
.AnyTagClassName
{
color: #CCB500;
}
</style>
background-color css
<style>
a { background-color: #CCB500; }
a { background-color: rgb(204,181,0); }
div.DivClassName
{
background-color: #CCB500;
}
.BgClassName
{
background-color: #CCB500;
}
</style>
border-color css
<style>
span { border-color: #CCB500; }
span { border-color: rgb(204,181,0); }
td.TdClassName
{
border-color: #CCB500;
}
.TagClassName
{
border-color: #CCB500;
}
</style>