Shades of Bird Flower #CCC01D
Tints of Bird Flower #CCC01D
RGB
CMYK
RGB Variations
Color information
#CCC01D (or 0xCCC01D) is known color: Bird Flower. HEX triplet: CC, C0 and 1D. RGB value is (204,192,29). Sum of RGB (Red+Green+Blue) = 204+192+29=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC01D is #333FE2. Grayscale: #B1B1B1. Windows color (decimal): -3358691 or 1949900. OLE color: 1949900.
HSL color Cylindrical-coordinate representation of color #CCC01D: hue angle of 55.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCC01D is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 29 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.2 |
| HSL | 55.89º | 0.75% | 0.46% | - |
| HSV(B) | 55.89º | 0.86% | 0.8% | - |
| XYZ | 43.97 | 50.63 | 8.62 | - |
| YUV | 177.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 29 | 0 | 0.06 | 0.86 | 0.2 | 55.89 | 0.75 | 0.46 |
| Hex | CC | C0 | 1D | 0 | 6 | 56 | 14 | 38 | 4B | 2E |
| Octal | 314 | 300 | 35 | 0 | 6 | 126 | 24 | 70 | 113 | 56 |
| Binary | 11001100 | 11000000 | 11101 | 0 | 110 | 1010110 | 10100 | 111000 | 1001011 | 101110 |
Color Harmonies of #CCC01D
Complementary color
Monochromatic Colors of #CCC01D
Black with #CCC01D
Text Example
Text Example
White with #CCC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC01D; }
p { color: rgb(204,192,29); }
H1.HeaderClassName
{
color: #CCC01D;
}
.AnyTagClassName
{
color: #CCC01D;
}
</style>
background-color css
<style>
a { background-color: #CCC01D; }
a { background-color: rgb(204,192,29); }
div.DivClassName
{
background-color: #CCC01D;
}
.BgClassName
{
background-color: #CCC01D;
}
</style>
border-color css
<style>
span { border-color: #CCC01D; }
span { border-color: rgb(204,192,29); }
td.TdClassName
{
border-color: #CCC01D;
}
.TagClassName
{
border-color: #CCC01D;
}
</style>