Shades of Bird Flower #CCB11B
Tints of Bird Flower #CCB11B
RGB
CMYK
RGB Variations
Color information
#CCB11B (or 0xCCB11B) is known color: Bird Flower. HEX triplet: CC, B1 and 1B. RGB value is (204,177,27). Sum of RGB (Red+Green+Blue) = 204+177+27=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB11B is #334EE4. Grayscale: #A8A8A8. Windows color (decimal): -3362533 or 1814988. OLE color: 1814988.
HSL color Cylindrical-coordinate representation of color #CCB11B: hue angle of 50.85º 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 #CCB11B is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 27 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.2 |
| HSL | 50.85º | 0.77% | 0.45% | - |
| HSV(B) | 50.85º | 0.87% | 0.8% | - |
| XYZ | 40.82 | 44.36 | 7.45 | - |
| YUV | 167.97 | 48.45 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 27 | 0 | 0.13 | 0.87 | 0.2 | 50.85 | 0.77 | 0.45 |
| Hex | CC | B1 | 1B | 0 | D | 57 | 14 | 33 | 4D | 2D |
| Octal | 314 | 261 | 33 | 0 | 15 | 127 | 24 | 63 | 115 | 55 |
| Binary | 11001100 | 10110001 | 11011 | 0 | 1101 | 1010111 | 10100 | 110011 | 1001101 | 101101 |
Color Harmonies of #CCB11B
Complementary color
Monochromatic Colors of #CCB11B
Black with #CCB11B
Text Example
Text Example
White with #CCB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB11B; }
p { color: rgb(204,177,27); }
H1.HeaderClassName
{
color: #CCB11B;
}
.AnyTagClassName
{
color: #CCB11B;
}
</style>
background-color css
<style>
a { background-color: #CCB11B; }
a { background-color: rgb(204,177,27); }
div.DivClassName
{
background-color: #CCB11B;
}
.BgClassName
{
background-color: #CCB11B;
}
</style>
border-color css
<style>
span { border-color: #CCB11B; }
span { border-color: rgb(204,177,27); }
td.TdClassName
{
border-color: #CCB11B;
}
.TagClassName
{
border-color: #CCB11B;
}
</style>