Shades of Bird Flower #CCB81E
Tints of Bird Flower #CCB81E
RGB
CMYK
RGB Variations
Color information
#CCB81E (or 0xCCB81E) is known color: Bird Flower. HEX triplet: CC, B8 and 1E. RGB value is (204,184,30). Sum of RGB (Red+Green+Blue) = 204+184+30=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB81E is #3347E1. Grayscale: #ADADAD. Windows color (decimal): -3360738 or 2013388. OLE color: 2013388.
HSL color Cylindrical-coordinate representation of color #CCB81E: hue angle of 53.1º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCB81E is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 30 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.2 |
| HSL | 53.1º | 0.74% | 0.46% | - |
| HSV(B) | 53.1º | 0.85% | 0.8% | - |
| XYZ | 42.28 | 47.21 | 8.11 | - |
| YUV | 172.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 30 | 0 | 0.10 | 0.85 | 0.2 | 53.1 | 0.74 | 0.46 |
| Hex | CC | B8 | 1E | 0 | A | 55 | 14 | 35 | 4A | 2E |
| Octal | 314 | 270 | 36 | 0 | 12 | 125 | 24 | 65 | 112 | 56 |
| Binary | 11001100 | 10111000 | 11110 | 0 | 1010 | 1010101 | 10100 | 110101 | 1001010 | 101110 |
Color Harmonies of #CCB81E
Complementary color
Monochromatic Colors of #CCB81E
Black with #CCB81E
Text Example
Text Example
White with #CCB81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB81E; }
p { color: rgb(204,184,30); }
H1.HeaderClassName
{
color: #CCB81E;
}
.AnyTagClassName
{
color: #CCB81E;
}
</style>
background-color css
<style>
a { background-color: #CCB81E; }
a { background-color: rgb(204,184,30); }
div.DivClassName
{
background-color: #CCB81E;
}
.BgClassName
{
background-color: #CCB81E;
}
</style>
border-color css
<style>
span { border-color: #CCB81E; }
span { border-color: rgb(204,184,30); }
td.TdClassName
{
border-color: #CCB81E;
}
.TagClassName
{
border-color: #CCB81E;
}
</style>