Shades of Bird Flower #CCB91B
Tints of Bird Flower #CCB91B
RGB
CMYK
RGB Variations
Color information
#CCB91B (or 0xCCB91B) is known color: Bird Flower. HEX triplet: CC, B9 and 1B. RGB value is (204,185,27). Sum of RGB (Red+Green+Blue) = 204+185+27=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB91B is #3346E4. Grayscale: #ADADAD. Windows color (decimal): -3360485 or 1817036. OLE color: 1817036.
HSL color Cylindrical-coordinate representation of color #CCB91B: hue angle of 53.56º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCB91B is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 27 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.2 |
| HSL | 53.56º | 0.77% | 0.45% | - |
| HSV(B) | 53.56º | 0.87% | 0.8% | - |
| XYZ | 42.45 | 47.61 | 7.99 | - |
| YUV | 172.67 | 45.79 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 27 | 0 | 0.09 | 0.87 | 0.2 | 53.56 | 0.77 | 0.45 |
| Hex | CC | B9 | 1B | 0 | 9 | 57 | 14 | 36 | 4D | 2D |
| Octal | 314 | 271 | 33 | 0 | 11 | 127 | 24 | 66 | 115 | 55 |
| Binary | 11001100 | 10111001 | 11011 | 0 | 1001 | 1010111 | 10100 | 110110 | 1001101 | 101101 |
Color Harmonies of #CCB91B
Complementary color
Monochromatic Colors of #CCB91B
Black with #CCB91B
Text Example
Text Example
White with #CCB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB91B; }
p { color: rgb(204,185,27); }
H1.HeaderClassName
{
color: #CCB91B;
}
.AnyTagClassName
{
color: #CCB91B;
}
</style>
background-color css
<style>
a { background-color: #CCB91B; }
a { background-color: rgb(204,185,27); }
div.DivClassName
{
background-color: #CCB91B;
}
.BgClassName
{
background-color: #CCB91B;
}
</style>
border-color css
<style>
span { border-color: #CCB91B; }
span { border-color: rgb(204,185,27); }
td.TdClassName
{
border-color: #CCB91B;
}
.TagClassName
{
border-color: #CCB91B;
}
</style>