Shades of Bird Flower #CCB414
Tints of Bird Flower #CCB414
RGB
CMYK
RGB Variations
Color information
#CCB414 (or 0xCCB414) is known color: Bird Flower. HEX triplet: CC, B4 and 14. RGB value is (204,180,20). Sum of RGB (Red+Green+Blue) = 204+180+20=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB414 is #334BEB. Grayscale: #A9A9A9. Windows color (decimal): -3361772 or 1357004. OLE color: 1357004.
HSL color Cylindrical-coordinate representation of color #CCB414: hue angle of 52.17º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCB414 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 20 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.2 |
| HSL | 52.17º | 0.82% | 0.44% | - |
| HSV(B) | 52.17º | 0.9% | 0.8% | - |
| XYZ | 41.35 | 45.53 | 7.27 | - |
| YUV | 168.94 | 43.95 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 20 | 0 | 0.12 | 0.90 | 0.2 | 52.17 | 0.82 | 0.44 |
| Hex | CC | B4 | 14 | 0 | C | 5A | 14 | 34 | 52 | 2C |
| Octal | 314 | 264 | 24 | 0 | 14 | 132 | 24 | 64 | 122 | 54 |
| Binary | 11001100 | 10110100 | 10100 | 0 | 1100 | 1011010 | 10100 | 110100 | 1010010 | 101100 |
Color Harmonies of #CCB414
Complementary color
Monochromatic Colors of #CCB414
Black with #CCB414
Text Example
Text Example
White with #CCB414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB414; }
p { color: rgb(204,180,20); }
H1.HeaderClassName
{
color: #CCB414;
}
.AnyTagClassName
{
color: #CCB414;
}
</style>
background-color css
<style>
a { background-color: #CCB414; }
a { background-color: rgb(204,180,20); }
div.DivClassName
{
background-color: #CCB414;
}
.BgClassName
{
background-color: #CCB414;
}
</style>
border-color css
<style>
span { border-color: #CCB414; }
span { border-color: rgb(204,180,20); }
td.TdClassName
{
border-color: #CCB414;
}
.TagClassName
{
border-color: #CCB414;
}
</style>