Shades of Bird Flower #CCD20D
Tints of Bird Flower #CCD20D
RGB
CMYK
RGB Variations
Color information
#CCD20D (or 0xCCD20D) is known color: Bird Flower. HEX triplet: CC, D2 and 0D. RGB value is (204,210,13). Sum of RGB (Red+Green+Blue) = 204+210+13=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD20D is #332DF2. Grayscale: #BABABA. Windows color (decimal): -3354099 or 905932. OLE color: 905932.
HSL color Cylindrical-coordinate representation of color #CCD20D: hue angle of 61.83º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCD20D is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 13 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.18 |
| HSL | 61.83º | 0.88% | 0.44% | - |
| HSV(B) | 61.83º | 0.94% | 0.82% | - |
| XYZ | 48.02 | 58.96 | 9.23 | - |
| YUV | 185.75 | 30.51 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 13 | 0.03 | 0 | 0.94 | 0.18 | 61.83 | 0.88 | 0.44 |
| Hex | CC | D2 | D | 3 | 0 | 5E | 12 | 3E | 58 | 2C |
| Octal | 314 | 322 | 15 | 3 | 0 | 136 | 22 | 76 | 130 | 54 |
| Binary | 11001100 | 11010010 | 1101 | 11 | 0 | 1011110 | 10010 | 111110 | 1011000 | 101100 |
Color Harmonies of #CCD20D
Complementary color
Monochromatic Colors of #CCD20D
Black with #CCD20D
Text Example
Text Example
White with #CCD20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD20D; }
p { color: rgb(204,210,13); }
H1.HeaderClassName
{
color: #CCD20D;
}
.AnyTagClassName
{
color: #CCD20D;
}
</style>
background-color css
<style>
a { background-color: #CCD20D; }
a { background-color: rgb(204,210,13); }
div.DivClassName
{
background-color: #CCD20D;
}
.BgClassName
{
background-color: #CCD20D;
}
</style>
border-color css
<style>
span { border-color: #CCD20D; }
span { border-color: rgb(204,210,13); }
td.TdClassName
{
border-color: #CCD20D;
}
.TagClassName
{
border-color: #CCD20D;
}
</style>