Shades of Bird Flower #CCB311
Tints of Bird Flower #CCB311
RGB
CMYK
RGB Variations
Color information
#CCB311 (or 0xCCB311) is known color: Bird Flower. HEX triplet: CC, B3 and 11. RGB value is (204,179,17). Sum of RGB (Red+Green+Blue) = 204+179+17=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB311 is #334CEE. Grayscale: #A8A8A8. Windows color (decimal): -3362031 or 1160140. OLE color: 1160140.
HSL color Cylindrical-coordinate representation of color #CCB311: hue angle of 51.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCB311 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.2 |
| HSL | 51.98º | 0.85% | 0.43% | - |
| HSV(B) | 51.98º | 0.92% | 0.8% | - |
| XYZ | 41.12 | 45.12 | 7.07 | - |
| YUV | 168.01 | 42.78 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 17 | 0 | 0.12 | 0.92 | 0.2 | 51.98 | 0.85 | 0.43 |
| Hex | CC | B3 | 11 | 0 | C | 5C | 14 | 34 | 55 | 2B |
| Octal | 314 | 263 | 21 | 0 | 14 | 134 | 24 | 64 | 125 | 53 |
| Binary | 11001100 | 10110011 | 10001 | 0 | 1100 | 1011100 | 10100 | 110100 | 1010101 | 101011 |
Color Harmonies of #CCB311
Complementary color
Monochromatic Colors of #CCB311
Black with #CCB311
Text Example
Text Example
White with #CCB311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB311; }
p { color: rgb(204,179,17); }
H1.HeaderClassName
{
color: #CCB311;
}
.AnyTagClassName
{
color: #CCB311;
}
</style>
background-color css
<style>
a { background-color: #CCB311; }
a { background-color: rgb(204,179,17); }
div.DivClassName
{
background-color: #CCB311;
}
.BgClassName
{
background-color: #CCB311;
}
</style>
border-color css
<style>
span { border-color: #CCB311; }
span { border-color: rgb(204,179,17); }
td.TdClassName
{
border-color: #CCB311;
}
.TagClassName
{
border-color: #CCB311;
}
</style>