Shades of Bird Flower #CCC11D
Tints of Bird Flower #CCC11D
RGB
CMYK
RGB Variations
Color information
#CCC11D (or 0xCCC11D) is known color: Bird Flower. HEX triplet: CC, C1 and 1D. RGB value is (204,193,29). Sum of RGB (Red+Green+Blue) = 204+193+29=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC11D is #333EE2. Grayscale: #B2B2B2. Windows color (decimal): -3358435 or 1950156. OLE color: 1950156.
HSL color Cylindrical-coordinate representation of color #CCC11D: hue angle of 56.23º 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 #CCC11D is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 29 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.2 |
| HSL | 56.23º | 0.75% | 0.46% | - |
| HSV(B) | 56.23º | 0.86% | 0.8% | - |
| XYZ | 44.19 | 51.07 | 8.69 | - |
| YUV | 177.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 29 | 0 | 0.05 | 0.86 | 0.2 | 56.23 | 0.75 | 0.46 |
| Hex | CC | C1 | 1D | 0 | 5 | 56 | 14 | 38 | 4B | 2E |
| Octal | 314 | 301 | 35 | 0 | 5 | 126 | 24 | 70 | 113 | 56 |
| Binary | 11001100 | 11000001 | 11101 | 0 | 101 | 1010110 | 10100 | 111000 | 1001011 | 101110 |
Color Harmonies of #CCC11D
Complementary color
Monochromatic Colors of #CCC11D
Black with #CCC11D
Text Example
Text Example
White with #CCC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC11D; }
p { color: rgb(204,193,29); }
H1.HeaderClassName
{
color: #CCC11D;
}
.AnyTagClassName
{
color: #CCC11D;
}
</style>
background-color css
<style>
a { background-color: #CCC11D; }
a { background-color: rgb(204,193,29); }
div.DivClassName
{
background-color: #CCC11D;
}
.BgClassName
{
background-color: #CCC11D;
}
</style>
border-color css
<style>
span { border-color: #CCC11D; }
span { border-color: rgb(204,193,29); }
td.TdClassName
{
border-color: #CCC11D;
}
.TagClassName
{
border-color: #CCC11D;
}
</style>