Shades of Bird Flower #CAD20C
Tints of Bird Flower #CAD20C
RGB
CMYK
RGB Variations
Color information
#CAD20C (or 0xCAD20C) is known color: Bird Flower. HEX triplet: CA, D2 and 0C. RGB value is (202,210,12). Sum of RGB (Red+Green+Blue) = 202+210+12=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD20C is #352DF3. Grayscale: #B9B9B9. Windows color (decimal): -3485172 or 840394. OLE color: 840394.
HSL color Cylindrical-coordinate representation of color #CAD20C: hue angle of 62.42º degrees, saturation: 0.89, 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 #CAD20C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 12 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.18 |
| HSL | 62.42º | 0.89% | 0.44% | - |
| HSV(B) | 62.42º | 0.94% | 0.82% | - |
| XYZ | 47.47 | 58.68 | 9.17 | - |
| YUV | 185.04 | 30.35 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 12 | 0.04 | 0 | 0.94 | 0.18 | 62.42 | 0.89 | 0.44 |
| Hex | CA | D2 | C | 4 | 0 | 5E | 12 | 3E | 59 | 2C |
| Octal | 312 | 322 | 14 | 4 | 0 | 136 | 22 | 76 | 131 | 54 |
| Binary | 11001010 | 11010010 | 1100 | 100 | 0 | 1011110 | 10010 | 111110 | 1011001 | 101100 |
Color Harmonies of #CAD20C
Complementary color
Monochromatic Colors of #CAD20C
Black with #CAD20C
Text Example
Text Example
White with #CAD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD20C; }
p { color: rgb(202,210,12); }
H1.HeaderClassName
{
color: #CAD20C;
}
.AnyTagClassName
{
color: #CAD20C;
}
</style>
background-color css
<style>
a { background-color: #CAD20C; }
a { background-color: rgb(202,210,12); }
div.DivClassName
{
background-color: #CAD20C;
}
.BgClassName
{
background-color: #CAD20C;
}
</style>
border-color css
<style>
span { border-color: #CAD20C; }
span { border-color: rgb(202,210,12); }
td.TdClassName
{
border-color: #CAD20C;
}
.TagClassName
{
border-color: #CAD20C;
}
</style>