Shades of Bird Flower #CAD30F
Tints of Bird Flower #CAD30F
RGB
CMYK
RGB Variations
Color information
#CAD30F (or 0xCAD30F) is known color: Bird Flower. HEX triplet: CA, D3 and 0F. RGB value is (202,211,15). Sum of RGB (Red+Green+Blue) = 202+211+15=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD30F is #352CF0. Grayscale: #BABABA. Windows color (decimal): -3484913 or 1037258. OLE color: 1037258.
HSL color Cylindrical-coordinate representation of color #CAD30F: hue angle of 62.76º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAD30F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 15 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.17 |
| HSL | 62.76º | 0.87% | 0.44% | - |
| HSV(B) | 62.76º | 0.93% | 0.83% | - |
| XYZ | 47.74 | 59.18 | 9.36 | - |
| YUV | 185.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 15 | 0.04 | 0 | 0.93 | 0.17 | 62.76 | 0.87 | 0.44 |
| Hex | CA | D3 | F | 4 | 0 | 5D | 11 | 3F | 57 | 2C |
| Octal | 312 | 323 | 17 | 4 | 0 | 135 | 21 | 77 | 127 | 54 |
| Binary | 11001010 | 11010011 | 1111 | 100 | 0 | 1011101 | 10001 | 111111 | 1010111 | 101100 |
Color Harmonies of #CAD30F
Complementary color
Monochromatic Colors of #CAD30F
Black with #CAD30F
Text Example
Text Example
White with #CAD30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD30F; }
p { color: rgb(202,211,15); }
H1.HeaderClassName
{
color: #CAD30F;
}
.AnyTagClassName
{
color: #CAD30F;
}
</style>
background-color css
<style>
a { background-color: #CAD30F; }
a { background-color: rgb(202,211,15); }
div.DivClassName
{
background-color: #CAD30F;
}
.BgClassName
{
background-color: #CAD30F;
}
</style>
border-color css
<style>
span { border-color: #CAD30F; }
span { border-color: rgb(202,211,15); }
td.TdClassName
{
border-color: #CAD30F;
}
.TagClassName
{
border-color: #CAD30F;
}
</style>