Shades of Bird Flower #CCB90F
Tints of Bird Flower #CCB90F
RGB
CMYK
RGB Variations
Color information
#CCB90F (or 0xCCB90F) is known color: Bird Flower. HEX triplet: CC, B9 and 0F. RGB value is (204,185,15). Sum of RGB (Red+Green+Blue) = 204+185+15=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB90F is #3346F0. Grayscale: #ACACAC. Windows color (decimal): -3360497 or 1030604. OLE color: 1030604.
HSL color Cylindrical-coordinate representation of color #CCB90F: hue angle of 53.97º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCB90F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 15 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.2 |
| HSL | 53.97º | 0.86% | 0.43% | - |
| HSV(B) | 53.97º | 0.93% | 0.8% | - |
| XYZ | 42.34 | 47.57 | 7.4 | - |
| YUV | 171.3 | 39.79 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 15 | 0 | 0.09 | 0.93 | 0.2 | 53.97 | 0.86 | 0.43 |
| Hex | CC | B9 | F | 0 | 9 | 5D | 14 | 36 | 56 | 2B |
| Octal | 314 | 271 | 17 | 0 | 11 | 135 | 24 | 66 | 126 | 53 |
| Binary | 11001100 | 10111001 | 1111 | 0 | 1001 | 1011101 | 10100 | 110110 | 1010110 | 101011 |
Color Harmonies of #CCB90F
Complementary color
Monochromatic Colors of #CCB90F
Black with #CCB90F
Text Example
Text Example
White with #CCB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB90F; }
p { color: rgb(204,185,15); }
H1.HeaderClassName
{
color: #CCB90F;
}
.AnyTagClassName
{
color: #CCB90F;
}
</style>
background-color css
<style>
a { background-color: #CCB90F; }
a { background-color: rgb(204,185,15); }
div.DivClassName
{
background-color: #CCB90F;
}
.BgClassName
{
background-color: #CCB90F;
}
</style>
border-color css
<style>
span { border-color: #CCB90F; }
span { border-color: rgb(204,185,15); }
td.TdClassName
{
border-color: #CCB90F;
}
.TagClassName
{
border-color: #CCB90F;
}
</style>