Shades of Bird Flower #CCB503
Tints of Bird Flower #CCB503
RGB
CMYK
RGB Variations
Color information
#CCB503 (or 0xCCB503) is known color: Bird Flower. HEX triplet: CC, B5 and 03. RGB value is (204,181,3). Sum of RGB (Red+Green+Blue) = 204+181+3=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB503 is #334AFC. Grayscale: #A8A8A8. Windows color (decimal): -3361533 or 243148. OLE color: 243148.
HSL color Cylindrical-coordinate representation of color #CCB503: hue angle of 53.13º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCB503 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.2 |
| HSL | 53.13º | 0.97% | 0.41% | - |
| HSV(B) | 53.13º | 0.99% | 0.8% | - |
| XYZ | 41.44 | 45.89 | 6.76 | - |
| YUV | 167.59 | 35.12 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 3 | 0 | 0.11 | 0.99 | 0.2 | 53.13 | 0.97 | 0.41 |
| Hex | CC | B5 | 3 | 0 | B | 63 | 14 | 35 | 61 | 29 |
| Octal | 314 | 265 | 3 | 0 | 13 | 143 | 24 | 65 | 141 | 51 |
| Binary | 11001100 | 10110101 | 11 | 0 | 1011 | 1100011 | 10100 | 110101 | 1100001 | 101001 |
Color Harmonies of #CCB503
Complementary color
Monochromatic Colors of #CCB503
Black with #CCB503
Text Example
Text Example
White with #CCB503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB503; }
p { color: rgb(204,181,3); }
H1.HeaderClassName
{
color: #CCB503;
}
.AnyTagClassName
{
color: #CCB503;
}
</style>
background-color css
<style>
a { background-color: #CCB503; }
a { background-color: rgb(204,181,3); }
div.DivClassName
{
background-color: #CCB503;
}
.BgClassName
{
background-color: #CCB503;
}
</style>
border-color css
<style>
span { border-color: #CCB503; }
span { border-color: rgb(204,181,3); }
td.TdClassName
{
border-color: #CCB503;
}
.TagClassName
{
border-color: #CCB503;
}
</style>