Shades of Bird Flower #CCC80D
Tints of Bird Flower #CCC80D
RGB
CMYK
RGB Variations
Color information
#CCC80D (or 0xCCC80D) is known color: Bird Flower. HEX triplet: CC, C8 and 0D. RGB value is (204,200,13). Sum of RGB (Red+Green+Blue) = 204+200+13=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC80D is #3337F2. Grayscale: #B4B4B4. Windows color (decimal): -3356659 or 903372. OLE color: 903372.
HSL color Cylindrical-coordinate representation of color #CCC80D: hue angle of 58.74º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCC80D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 13 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.2 |
| HSL | 58.74º | 0.88% | 0.43% | - |
| HSV(B) | 58.74º | 0.94% | 0.8% | - |
| XYZ | 45.63 | 54.17 | 8.43 | - |
| YUV | 179.88 | 33.83 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 13 | 0 | 0.02 | 0.94 | 0.2 | 58.74 | 0.88 | 0.43 |
| Hex | CC | C8 | D | 0 | 2 | 5E | 14 | 3B | 58 | 2B |
| Octal | 314 | 310 | 15 | 0 | 2 | 136 | 24 | 73 | 130 | 53 |
| Binary | 11001100 | 11001000 | 1101 | 0 | 10 | 1011110 | 10100 | 111011 | 1011000 | 101011 |
Color Harmonies of #CCC80D
Complementary color
Monochromatic Colors of #CCC80D
Black with #CCC80D
Text Example
Text Example
White with #CCC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC80D; }
p { color: rgb(204,200,13); }
H1.HeaderClassName
{
color: #CCC80D;
}
.AnyTagClassName
{
color: #CCC80D;
}
</style>
background-color css
<style>
a { background-color: #CCC80D; }
a { background-color: rgb(204,200,13); }
div.DivClassName
{
background-color: #CCC80D;
}
.BgClassName
{
background-color: #CCC80D;
}
</style>
border-color css
<style>
span { border-color: #CCC80D; }
span { border-color: rgb(204,200,13); }
td.TdClassName
{
border-color: #CCC80D;
}
.TagClassName
{
border-color: #CCC80D;
}
</style>