Shades of Bird Flower #CCB115
Tints of Bird Flower #CCB115
RGB
CMYK
RGB Variations
Color information
#CCB115 (or 0xCCB115) is known color: Bird Flower. HEX triplet: CC, B1 and 15. RGB value is (204,177,21). Sum of RGB (Red+Green+Blue) = 204+177+21=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB115 is #334EEA. Grayscale: #A7A7A7. Windows color (decimal): -3362539 or 1421772. OLE color: 1421772.
HSL color Cylindrical-coordinate representation of color #CCB115: hue angle of 51.15º degrees, saturation: 0.81, 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 #CCB115 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 21 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.2 |
| HSL | 51.15º | 0.81% | 0.44% | - |
| HSV(B) | 51.15º | 0.9% | 0.8% | - |
| XYZ | 40.76 | 44.34 | 7.12 | - |
| YUV | 167.29 | 45.45 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 21 | 0 | 0.13 | 0.90 | 0.2 | 51.15 | 0.81 | 0.44 |
| Hex | CC | B1 | 15 | 0 | D | 5A | 14 | 33 | 51 | 2C |
| Octal | 314 | 261 | 25 | 0 | 15 | 132 | 24 | 63 | 121 | 54 |
| Binary | 11001100 | 10110001 | 10101 | 0 | 1101 | 1011010 | 10100 | 110011 | 1010001 | 101100 |
Color Harmonies of #CCB115
Complementary color
Monochromatic Colors of #CCB115
Black with #CCB115
Text Example
Text Example
White with #CCB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB115; }
p { color: rgb(204,177,21); }
H1.HeaderClassName
{
color: #CCB115;
}
.AnyTagClassName
{
color: #CCB115;
}
</style>
background-color css
<style>
a { background-color: #CCB115; }
a { background-color: rgb(204,177,21); }
div.DivClassName
{
background-color: #CCB115;
}
.BgClassName
{
background-color: #CCB115;
}
</style>
border-color css
<style>
span { border-color: #CCB115; }
span { border-color: rgb(204,177,21); }
td.TdClassName
{
border-color: #CCB115;
}
.TagClassName
{
border-color: #CCB115;
}
</style>