Shades of Bird Flower #CCD50D
Tints of Bird Flower #CCD50D
RGB
CMYK
RGB Variations
Color information
#CCD50D (or 0xCCD50D) is known color: Bird Flower. HEX triplet: CC, D5 and 0D. RGB value is (204,213,13). Sum of RGB (Red+Green+Blue) = 204+213+13=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD50D is #332AF2. Grayscale: #BCBCBC. Windows color (decimal): -3353331 or 906700. OLE color: 906700.
HSL color Cylindrical-coordinate representation of color #CCD50D: hue angle of 62.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCD50D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 13 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.16 |
| HSL | 62.7º | 0.88% | 0.44% | - |
| HSV(B) | 62.7º | 0.94% | 0.84% | - |
| XYZ | 48.77 | 60.45 | 9.48 | - |
| YUV | 187.51 | 29.52 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 13 | 0.04 | 0 | 0.94 | 0.16 | 62.7 | 0.88 | 0.44 |
| Hex | CC | D5 | D | 4 | 0 | 5E | 10 | 3F | 58 | 2C |
| Octal | 314 | 325 | 15 | 4 | 0 | 136 | 20 | 77 | 130 | 54 |
| Binary | 11001100 | 11010101 | 1101 | 100 | 0 | 1011110 | 10000 | 111111 | 1011000 | 101100 |
Color Harmonies of #CCD50D
Complementary color
Monochromatic Colors of #CCD50D
Black with #CCD50D
Text Example
Text Example
White with #CCD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD50D; }
p { color: rgb(204,213,13); }
H1.HeaderClassName
{
color: #CCD50D;
}
.AnyTagClassName
{
color: #CCD50D;
}
</style>
background-color css
<style>
a { background-color: #CCD50D; }
a { background-color: rgb(204,213,13); }
div.DivClassName
{
background-color: #CCD50D;
}
.BgClassName
{
background-color: #CCD50D;
}
</style>
border-color css
<style>
span { border-color: #CCD50D; }
span { border-color: rgb(204,213,13); }
td.TdClassName
{
border-color: #CCD50D;
}
.TagClassName
{
border-color: #CCD50D;
}
</style>