Shades of Bird Flower #CCB321
Tints of Bird Flower #CCB321
RGB
CMYK
RGB Variations
Color information
#CCB321 (or 0xCCB321) is known color: Bird Flower. HEX triplet: CC, B3 and 21. RGB value is (204,179,33). Sum of RGB (Red+Green+Blue) = 204+179+33=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB321 is #334CDE. Grayscale: #AAAAAA. Windows color (decimal): -3362015 or 2208716. OLE color: 2208716.
HSL color Cylindrical-coordinate representation of color #CCB321: hue angle of 51.23º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCB321 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 33 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.2 |
| HSL | 51.23º | 0.72% | 0.46% | - |
| HSV(B) | 51.23º | 0.84% | 0.8% | - |
| XYZ | 41.3 | 45.19 | 7.98 | - |
| YUV | 169.83 | 50.78 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 33 | 0 | 0.12 | 0.84 | 0.2 | 51.23 | 0.72 | 0.46 |
| Hex | CC | B3 | 21 | 0 | C | 54 | 14 | 33 | 48 | 2E |
| Octal | 314 | 263 | 41 | 0 | 14 | 124 | 24 | 63 | 110 | 56 |
| Binary | 11001100 | 10110011 | 100001 | 0 | 1100 | 1010100 | 10100 | 110011 | 1001000 | 101110 |
Color Harmonies of #CCB321
Complementary color
Monochromatic Colors of #CCB321
Black with #CCB321
Text Example
Text Example
White with #CCB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB321; }
p { color: rgb(204,179,33); }
H1.HeaderClassName
{
color: #CCB321;
}
.AnyTagClassName
{
color: #CCB321;
}
</style>
background-color css
<style>
a { background-color: #CCB321; }
a { background-color: rgb(204,179,33); }
div.DivClassName
{
background-color: #CCB321;
}
.BgClassName
{
background-color: #CCB321;
}
</style>
border-color css
<style>
span { border-color: #CCB321; }
span { border-color: rgb(204,179,33); }
td.TdClassName
{
border-color: #CCB321;
}
.TagClassName
{
border-color: #CCB321;
}
</style>