Shades of Bird Flower #CCB420
Tints of Bird Flower #CCB420
RGB
CMYK
RGB Variations
Color information
#CCB420 (or 0xCCB420) is known color: Bird Flower. HEX triplet: CC, B4 and 20. RGB value is (204,180,32). Sum of RGB (Red+Green+Blue) = 204+180+32=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB420 is #334BDF. Grayscale: #AAAAAA. Windows color (decimal): -3361760 or 2143436. OLE color: 2143436.
HSL color Cylindrical-coordinate representation of color #CCB420: hue angle of 51.63º degrees, saturation: 0.73, 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 #CCB420 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 32 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.2 |
| HSL | 51.63º | 0.73% | 0.46% | - |
| HSV(B) | 51.63º | 0.84% | 0.8% | - |
| XYZ | 41.48 | 45.58 | 7.98 | - |
| YUV | 170.3 | 49.95 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 32 | 0 | 0.12 | 0.84 | 0.2 | 51.63 | 0.73 | 0.46 |
| Hex | CC | B4 | 20 | 0 | C | 54 | 14 | 34 | 49 | 2E |
| Octal | 314 | 264 | 40 | 0 | 14 | 124 | 24 | 64 | 111 | 56 |
| Binary | 11001100 | 10110100 | 100000 | 0 | 1100 | 1010100 | 10100 | 110100 | 1001001 | 101110 |
Color Harmonies of #CCB420
Complementary color
Monochromatic Colors of #CCB420
Black with #CCB420
Text Example
Text Example
White with #CCB420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB420; }
p { color: rgb(204,180,32); }
H1.HeaderClassName
{
color: #CCB420;
}
.AnyTagClassName
{
color: #CCB420;
}
</style>
background-color css
<style>
a { background-color: #CCB420; }
a { background-color: rgb(204,180,32); }
div.DivClassName
{
background-color: #CCB420;
}
.BgClassName
{
background-color: #CCB420;
}
</style>
border-color css
<style>
span { border-color: #CCB420; }
span { border-color: rgb(204,180,32); }
td.TdClassName
{
border-color: #CCB420;
}
.TagClassName
{
border-color: #CCB420;
}
</style>