Shades of Bird Flower #CCB314
Tints of Bird Flower #CCB314
RGB
CMYK
RGB Variations
Color information
#CCB314 (or 0xCCB314) is known color: Bird Flower. HEX triplet: CC, B3 and 14. RGB value is (204,179,20). Sum of RGB (Red+Green+Blue) = 204+179+20=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB314 is #334CEB. Grayscale: #A9A9A9. Windows color (decimal): -3362028 or 1356748. OLE color: 1356748.
HSL color Cylindrical-coordinate representation of color #CCB314: hue angle of 51.85º 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 #CCB314 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 20 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.2 |
| HSL | 51.85º | 0.82% | 0.44% | - |
| HSV(B) | 51.85º | 0.9% | 0.8% | - |
| XYZ | 41.15 | 45.13 | 7.2 | - |
| YUV | 168.35 | 44.28 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 20 | 0 | 0.12 | 0.90 | 0.2 | 51.85 | 0.82 | 0.44 |
| Hex | CC | B3 | 14 | 0 | C | 5A | 14 | 34 | 52 | 2C |
| Octal | 314 | 263 | 24 | 0 | 14 | 132 | 24 | 64 | 122 | 54 |
| Binary | 11001100 | 10110011 | 10100 | 0 | 1100 | 1011010 | 10100 | 110100 | 1010010 | 101100 |
Color Harmonies of #CCB314
Complementary color
Monochromatic Colors of #CCB314
Black with #CCB314
Text Example
Text Example
White with #CCB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB314; }
p { color: rgb(204,179,20); }
H1.HeaderClassName
{
color: #CCB314;
}
.AnyTagClassName
{
color: #CCB314;
}
</style>
background-color css
<style>
a { background-color: #CCB314; }
a { background-color: rgb(204,179,20); }
div.DivClassName
{
background-color: #CCB314;
}
.BgClassName
{
background-color: #CCB314;
}
</style>
border-color css
<style>
span { border-color: #CCB314; }
span { border-color: rgb(204,179,20); }
td.TdClassName
{
border-color: #CCB314;
}
.TagClassName
{
border-color: #CCB314;
}
</style>