Shades of Bird Flower #CCB407
Tints of Bird Flower #CCB407
RGB
CMYK
RGB Variations
Color information
#CCB407 (or 0xCCB407) is known color: Bird Flower. HEX triplet: CC, B4 and 07. RGB value is (204,180,7). Sum of RGB (Red+Green+Blue) = 204+180+7=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB407 is #334BF8. Grayscale: #A8A8A8. Windows color (decimal): -3361785 or 505036. OLE color: 505036.
HSL color Cylindrical-coordinate representation of color #CCB407: hue angle of 52.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCB407 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.2 |
| HSL | 52.69º | 0.93% | 0.41% | - |
| HSV(B) | 52.69º | 0.97% | 0.8% | - |
| XYZ | 41.26 | 45.5 | 6.81 | - |
| YUV | 167.45 | 37.45 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 7 | 0 | 0.12 | 0.97 | 0.2 | 52.69 | 0.93 | 0.41 |
| Hex | CC | B4 | 7 | 0 | C | 61 | 14 | 35 | 5D | 29 |
| Octal | 314 | 264 | 7 | 0 | 14 | 141 | 24 | 65 | 135 | 51 |
| Binary | 11001100 | 10110100 | 111 | 0 | 1100 | 1100001 | 10100 | 110101 | 1011101 | 101001 |
Color Harmonies of #CCB407
Complementary color
Monochromatic Colors of #CCB407
Black with #CCB407
Text Example
Text Example
White with #CCB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB407; }
p { color: rgb(204,180,7); }
H1.HeaderClassName
{
color: #CCB407;
}
.AnyTagClassName
{
color: #CCB407;
}
</style>
background-color css
<style>
a { background-color: #CCB407; }
a { background-color: rgb(204,180,7); }
div.DivClassName
{
background-color: #CCB407;
}
.BgClassName
{
background-color: #CCB407;
}
</style>
border-color css
<style>
span { border-color: #CCB407; }
span { border-color: rgb(204,180,7); }
td.TdClassName
{
border-color: #CCB407;
}
.TagClassName
{
border-color: #CCB407;
}
</style>