Shades of Bird Flower #CCB814
Tints of Bird Flower #CCB814
RGB
CMYK
RGB Variations
Color information
#CCB814 (or 0xCCB814) is known color: Bird Flower. HEX triplet: CC, B8 and 14. RGB value is (204,184,20). Sum of RGB (Red+Green+Blue) = 204+184+20=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB814 is #3347EB. Grayscale: #ABABAB. Windows color (decimal): -3360748 or 1358028. OLE color: 1358028.
HSL color Cylindrical-coordinate representation of color #CCB814: hue angle of 53.48º 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 #CCB814 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 20 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.2 |
| HSL | 53.48º | 0.82% | 0.44% | - |
| HSV(B) | 53.48º | 0.9% | 0.8% | - |
| XYZ | 42.17 | 47.17 | 7.54 | - |
| YUV | 171.28 | 42.63 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 20 | 0 | 0.10 | 0.90 | 0.2 | 53.48 | 0.82 | 0.44 |
| Hex | CC | B8 | 14 | 0 | A | 5A | 14 | 35 | 52 | 2C |
| Octal | 314 | 270 | 24 | 0 | 12 | 132 | 24 | 65 | 122 | 54 |
| Binary | 11001100 | 10111000 | 10100 | 0 | 1010 | 1011010 | 10100 | 110101 | 1010010 | 101100 |
Color Harmonies of #CCB814
Complementary color
Monochromatic Colors of #CCB814
Black with #CCB814
Text Example
Text Example
White with #CCB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB814; }
p { color: rgb(204,184,20); }
H1.HeaderClassName
{
color: #CCB814;
}
.AnyTagClassName
{
color: #CCB814;
}
</style>
background-color css
<style>
a { background-color: #CCB814; }
a { background-color: rgb(204,184,20); }
div.DivClassName
{
background-color: #CCB814;
}
.BgClassName
{
background-color: #CCB814;
}
</style>
border-color css
<style>
span { border-color: #CCB814; }
span { border-color: rgb(204,184,20); }
td.TdClassName
{
border-color: #CCB814;
}
.TagClassName
{
border-color: #CCB814;
}
</style>