Shades of Bird Flower #CCB81C
Tints of Bird Flower #CCB81C
RGB
CMYK
RGB Variations
Color information
#CCB81C (or 0xCCB81C) is known color: Bird Flower. HEX triplet: CC, B8 and 1C. RGB value is (204,184,28). Sum of RGB (Red+Green+Blue) = 204+184+28=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB81C is #3347E3. Grayscale: #ACACAC. Windows color (decimal): -3360740 or 1882316. OLE color: 1882316.
HSL color Cylindrical-coordinate representation of color #CCB81C: hue angle of 53.18º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCB81C is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 28 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.2 |
| HSL | 53.18º | 0.76% | 0.45% | - |
| HSV(B) | 53.18º | 0.86% | 0.8% | - |
| XYZ | 42.25 | 47.2 | 7.98 | - |
| YUV | 172.2 | 46.63 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 28 | 0 | 0.10 | 0.86 | 0.2 | 53.18 | 0.76 | 0.45 |
| Hex | CC | B8 | 1C | 0 | A | 56 | 14 | 35 | 4C | 2D |
| Octal | 314 | 270 | 34 | 0 | 12 | 126 | 24 | 65 | 114 | 55 |
| Binary | 11001100 | 10111000 | 11100 | 0 | 1010 | 1010110 | 10100 | 110101 | 1001100 | 101101 |
Color Harmonies of #CCB81C
Complementary color
Monochromatic Colors of #CCB81C
Black with #CCB81C
Text Example
Text Example
White with #CCB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB81C; }
p { color: rgb(204,184,28); }
H1.HeaderClassName
{
color: #CCB81C;
}
.AnyTagClassName
{
color: #CCB81C;
}
</style>
background-color css
<style>
a { background-color: #CCB81C; }
a { background-color: rgb(204,184,28); }
div.DivClassName
{
background-color: #CCB81C;
}
.BgClassName
{
background-color: #CCB81C;
}
</style>
border-color css
<style>
span { border-color: #CCB81C; }
span { border-color: rgb(204,184,28); }
td.TdClassName
{
border-color: #CCB81C;
}
.TagClassName
{
border-color: #CCB81C;
}
</style>