Shades of Bird Flower #CCD10A
Tints of Bird Flower #CCD10A
RGB
CMYK
RGB Variations
Color information
#CCD10A (or 0xCCD10A) is known color: Bird Flower. HEX triplet: CC, D1 and 0A. RGB value is (204,209,10). Sum of RGB (Red+Green+Blue) = 204+209+10=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD10A is #332EF5. Grayscale: #B9B9B9. Windows color (decimal): -3354358 or 709068. OLE color: 709068.
HSL color Cylindrical-coordinate representation of color #CCD10A: hue angle of 61.51º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCD10A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 10 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.18 |
| HSL | 61.51º | 0.91% | 0.43% | - |
| HSV(B) | 61.51º | 0.95% | 0.82% | - |
| XYZ | 47.76 | 58.46 | 9.05 | - |
| YUV | 184.82 | 29.34 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 10 | 0.02 | 0 | 0.95 | 0.18 | 61.51 | 0.91 | 0.43 |
| Hex | CC | D1 | A | 2 | 0 | 5F | 12 | 3E | 5B | 2B |
| Octal | 314 | 321 | 12 | 2 | 0 | 137 | 22 | 76 | 133 | 53 |
| Binary | 11001100 | 11010001 | 1010 | 10 | 0 | 1011111 | 10010 | 111110 | 1011011 | 101011 |
Color Harmonies of #CCD10A
Complementary color
Monochromatic Colors of #CCD10A
Black with #CCD10A
Text Example
Text Example
White with #CCD10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD10A; }
p { color: rgb(204,209,10); }
H1.HeaderClassName
{
color: #CCD10A;
}
.AnyTagClassName
{
color: #CCD10A;
}
</style>
background-color css
<style>
a { background-color: #CCD10A; }
a { background-color: rgb(204,209,10); }
div.DivClassName
{
background-color: #CCD10A;
}
.BgClassName
{
background-color: #CCD10A;
}
</style>
border-color css
<style>
span { border-color: #CCD10A; }
span { border-color: rgb(204,209,10); }
td.TdClassName
{
border-color: #CCD10A;
}
.TagClassName
{
border-color: #CCD10A;
}
</style>