Shades of Bird Flower #CCB715
Tints of Bird Flower #CCB715
RGB
CMYK
RGB Variations
Color information
#CCB715 (or 0xCCB715) is known color: Bird Flower. HEX triplet: CC, B7 and 15. RGB value is (204,183,21). Sum of RGB (Red+Green+Blue) = 204+183+21=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB715 is #3348EA. Grayscale: #ABABAB. Windows color (decimal): -3361003 or 1423308. OLE color: 1423308.
HSL color Cylindrical-coordinate representation of color #CCB715: hue angle of 53.11º 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 #CCB715 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 21 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.2 |
| HSL | 53.11º | 0.81% | 0.44% | - |
| HSV(B) | 53.11º | 0.9% | 0.8% | - |
| XYZ | 41.97 | 46.76 | 7.52 | - |
| YUV | 170.81 | 43.46 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 21 | 0 | 0.10 | 0.90 | 0.2 | 53.11 | 0.81 | 0.44 |
| Hex | CC | B7 | 15 | 0 | A | 5A | 14 | 35 | 51 | 2C |
| Octal | 314 | 267 | 25 | 0 | 12 | 132 | 24 | 65 | 121 | 54 |
| Binary | 11001100 | 10110111 | 10101 | 0 | 1010 | 1011010 | 10100 | 110101 | 1010001 | 101100 |
Color Harmonies of #CCB715
Complementary color
Monochromatic Colors of #CCB715
Black with #CCB715
Text Example
Text Example
White with #CCB715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB715; }
p { color: rgb(204,183,21); }
H1.HeaderClassName
{
color: #CCB715;
}
.AnyTagClassName
{
color: #CCB715;
}
</style>
background-color css
<style>
a { background-color: #CCB715; }
a { background-color: rgb(204,183,21); }
div.DivClassName
{
background-color: #CCB715;
}
.BgClassName
{
background-color: #CCB715;
}
</style>
border-color css
<style>
span { border-color: #CCB715; }
span { border-color: rgb(204,183,21); }
td.TdClassName
{
border-color: #CCB715;
}
.TagClassName
{
border-color: #CCB715;
}
</style>