Shades of Bird Flower #CCB107
Tints of Bird Flower #CCB107
RGB
CMYK
RGB Variations
Color information
#CCB107 (or 0xCCB107) is known color: Bird Flower. HEX triplet: CC, B1 and 07. RGB value is (204,177,7). Sum of RGB (Red+Green+Blue) = 204+177+7=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB107 is #334EF8. Grayscale: #A6A6A6. Windows color (decimal): -3362553 or 504268. OLE color: 504268.
HSL color Cylindrical-coordinate representation of color #CCB107: hue angle of 51.78º 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 #CCB107 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.2 |
| HSL | 51.78º | 0.93% | 0.41% | - |
| HSV(B) | 51.78º | 0.97% | 0.8% | - |
| XYZ | 40.66 | 44.3 | 6.61 | - |
| YUV | 165.69 | 38.45 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 7 | 0 | 0.13 | 0.97 | 0.2 | 51.78 | 0.93 | 0.41 |
| Hex | CC | B1 | 7 | 0 | D | 61 | 14 | 34 | 5D | 29 |
| Octal | 314 | 261 | 7 | 0 | 15 | 141 | 24 | 64 | 135 | 51 |
| Binary | 11001100 | 10110001 | 111 | 0 | 1101 | 1100001 | 10100 | 110100 | 1011101 | 101001 |
Color Harmonies of #CCB107
Complementary color
Monochromatic Colors of #CCB107
Black with #CCB107
Text Example
Text Example
White with #CCB107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB107; }
p { color: rgb(204,177,7); }
H1.HeaderClassName
{
color: #CCB107;
}
.AnyTagClassName
{
color: #CCB107;
}
</style>
background-color css
<style>
a { background-color: #CCB107; }
a { background-color: rgb(204,177,7); }
div.DivClassName
{
background-color: #CCB107;
}
.BgClassName
{
background-color: #CCB107;
}
</style>
border-color css
<style>
span { border-color: #CCB107; }
span { border-color: rgb(204,177,7); }
td.TdClassName
{
border-color: #CCB107;
}
.TagClassName
{
border-color: #CCB107;
}
</style>