Shades of Bird Flower #CCB614
Tints of Bird Flower #CCB614
RGB
CMYK
RGB Variations
Color information
#CCB614 (or 0xCCB614) is known color: Bird Flower. HEX triplet: CC, B6 and 14. RGB value is (204,182,20). Sum of RGB (Red+Green+Blue) = 204+182+20=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB614 is #3349EB. Grayscale: #AAAAAA. Windows color (decimal): -3361260 or 1357516. OLE color: 1357516.
HSL color Cylindrical-coordinate representation of color #CCB614: hue angle of 52.83º 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 #CCB614 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 20 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.2 |
| HSL | 52.83º | 0.82% | 0.44% | - |
| HSV(B) | 52.83º | 0.9% | 0.8% | - |
| XYZ | 41.76 | 46.34 | 7.41 | - |
| YUV | 170.11 | 43.29 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 20 | 0 | 0.11 | 0.90 | 0.2 | 52.83 | 0.82 | 0.44 |
| Hex | CC | B6 | 14 | 0 | B | 5A | 14 | 35 | 52 | 2C |
| Octal | 314 | 266 | 24 | 0 | 13 | 132 | 24 | 65 | 122 | 54 |
| Binary | 11001100 | 10110110 | 10100 | 0 | 1011 | 1011010 | 10100 | 110101 | 1010010 | 101100 |
Color Harmonies of #CCB614
Complementary color
Monochromatic Colors of #CCB614
Black with #CCB614
Text Example
Text Example
White with #CCB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB614; }
p { color: rgb(204,182,20); }
H1.HeaderClassName
{
color: #CCB614;
}
.AnyTagClassName
{
color: #CCB614;
}
</style>
background-color css
<style>
a { background-color: #CCB614; }
a { background-color: rgb(204,182,20); }
div.DivClassName
{
background-color: #CCB614;
}
.BgClassName
{
background-color: #CCB614;
}
</style>
border-color css
<style>
span { border-color: #CCB614; }
span { border-color: rgb(204,182,20); }
td.TdClassName
{
border-color: #CCB614;
}
.TagClassName
{
border-color: #CCB614;
}
</style>