Shades of Bird Flower #CCB607
Tints of Bird Flower #CCB607
RGB
CMYK
RGB Variations
Color information
#CCB607 (or 0xCCB607) is known color: Bird Flower. HEX triplet: CC, B6 and 07. RGB value is (204,182,7). Sum of RGB (Red+Green+Blue) = 204+182+7=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB607 is #3349F8. Grayscale: #A9A9A9. Windows color (decimal): -3361273 or 505548. OLE color: 505548.
HSL color Cylindrical-coordinate representation of color #CCB607: hue angle of 53.3º 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 #CCB607 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.2 |
| HSL | 53.3º | 0.93% | 0.41% | - |
| HSV(B) | 53.3º | 0.97% | 0.8% | - |
| XYZ | 41.67 | 46.31 | 6.94 | - |
| YUV | 168.63 | 36.79 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 7 | 0 | 0.11 | 0.97 | 0.2 | 53.3 | 0.93 | 0.41 |
| Hex | CC | B6 | 7 | 0 | B | 61 | 14 | 35 | 5D | 29 |
| Octal | 314 | 266 | 7 | 0 | 13 | 141 | 24 | 65 | 135 | 51 |
| Binary | 11001100 | 10110110 | 111 | 0 | 1011 | 1100001 | 10100 | 110101 | 1011101 | 101001 |
Color Harmonies of #CCB607
Complementary color
Monochromatic Colors of #CCB607
Black with #CCB607
Text Example
Text Example
White with #CCB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB607; }
p { color: rgb(204,182,7); }
H1.HeaderClassName
{
color: #CCB607;
}
.AnyTagClassName
{
color: #CCB607;
}
</style>
background-color css
<style>
a { background-color: #CCB607; }
a { background-color: rgb(204,182,7); }
div.DivClassName
{
background-color: #CCB607;
}
.BgClassName
{
background-color: #CCB607;
}
</style>
border-color css
<style>
span { border-color: #CCB607; }
span { border-color: rgb(204,182,7); }
td.TdClassName
{
border-color: #CCB607;
}
.TagClassName
{
border-color: #CCB607;
}
</style>