Shades of Bird Flower #CCB71C
Tints of Bird Flower #CCB71C
RGB
CMYK
RGB Variations
Color information
#CCB71C (or 0xCCB71C) is known color: Bird Flower. HEX triplet: CC, B7 and 1C. RGB value is (204,183,28). Sum of RGB (Red+Green+Blue) = 204+183+28=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB71C is #3348E3. Grayscale: #ACACAC. Windows color (decimal): -3360996 or 1882060. OLE color: 1882060.
HSL color Cylindrical-coordinate representation of color #CCB71C: hue angle of 52.84º 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 #CCB71C is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 28 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.2 |
| HSL | 52.84º | 0.76% | 0.45% | - |
| HSV(B) | 52.84º | 0.86% | 0.8% | - |
| XYZ | 42.04 | 46.79 | 7.91 | - |
| YUV | 171.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 28 | 0 | 0.10 | 0.86 | 0.2 | 52.84 | 0.76 | 0.45 |
| Hex | CC | B7 | 1C | 0 | A | 56 | 14 | 35 | 4C | 2D |
| Octal | 314 | 267 | 34 | 0 | 12 | 126 | 24 | 65 | 114 | 55 |
| Binary | 11001100 | 10110111 | 11100 | 0 | 1010 | 1010110 | 10100 | 110101 | 1001100 | 101101 |
Color Harmonies of #CCB71C
Complementary color
Monochromatic Colors of #CCB71C
Black with #CCB71C
Text Example
Text Example
White with #CCB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB71C; }
p { color: rgb(204,183,28); }
H1.HeaderClassName
{
color: #CCB71C;
}
.AnyTagClassName
{
color: #CCB71C;
}
</style>
background-color css
<style>
a { background-color: #CCB71C; }
a { background-color: rgb(204,183,28); }
div.DivClassName
{
background-color: #CCB71C;
}
.BgClassName
{
background-color: #CCB71C;
}
</style>
border-color css
<style>
span { border-color: #CCB71C; }
span { border-color: rgb(204,183,28); }
td.TdClassName
{
border-color: #CCB71C;
}
.TagClassName
{
border-color: #CCB71C;
}
</style>