Shades of Bird Flower #CCC01B
Tints of Bird Flower #CCC01B
RGB
CMYK
RGB Variations
Color information
#CCC01B (or 0xCCC01B) is known color: Bird Flower. HEX triplet: CC, C0 and 1B. RGB value is (204,192,27). Sum of RGB (Red+Green+Blue) = 204+192+27=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC01B is #333FE4. Grayscale: #B1B1B1. Windows color (decimal): -3358693 or 1818828. OLE color: 1818828.
HSL color Cylindrical-coordinate representation of color #CCC01B: hue angle of 55.93º 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 #CCC01B is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 27 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.2 |
| HSL | 55.93º | 0.77% | 0.45% | - |
| HSV(B) | 55.93º | 0.87% | 0.8% | - |
| XYZ | 43.95 | 50.62 | 8.49 | - |
| YUV | 176.78 | 43.48 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 27 | 0 | 0.06 | 0.87 | 0.2 | 55.93 | 0.77 | 0.45 |
| Hex | CC | C0 | 1B | 0 | 6 | 57 | 14 | 38 | 4D | 2D |
| Octal | 314 | 300 | 33 | 0 | 6 | 127 | 24 | 70 | 115 | 55 |
| Binary | 11001100 | 11000000 | 11011 | 0 | 110 | 1010111 | 10100 | 111000 | 1001101 | 101101 |
Color Harmonies of #CCC01B
Complementary color
Monochromatic Colors of #CCC01B
Black with #CCC01B
Text Example
Text Example
White with #CCC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC01B; }
p { color: rgb(204,192,27); }
H1.HeaderClassName
{
color: #CCC01B;
}
.AnyTagClassName
{
color: #CCC01B;
}
</style>
background-color css
<style>
a { background-color: #CCC01B; }
a { background-color: rgb(204,192,27); }
div.DivClassName
{
background-color: #CCC01B;
}
.BgClassName
{
background-color: #CCC01B;
}
</style>
border-color css
<style>
span { border-color: #CCC01B; }
span { border-color: rgb(204,192,27); }
td.TdClassName
{
border-color: #CCC01B;
}
.TagClassName
{
border-color: #CCC01B;
}
</style>