Shades of Bird Flower #CAC009
Tints of Bird Flower #CAC009
RGB
CMYK
RGB Variations
Color information
#CAC009 (or 0xCAC009) is known color: Bird Flower. HEX triplet: CA, C0 and 09. RGB value is (202,192,9). Sum of RGB (Red+Green+Blue) = 202+192+9=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC009 is #353FF6. Grayscale: #AEAEAE. Windows color (decimal): -3489783 or 639178. OLE color: 639178.
HSL color Cylindrical-coordinate representation of color #CAC009: hue angle of 56.89º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAC009 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 9 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.21 |
| HSL | 56.89º | 0.91% | 0.41% | - |
| HSV(B) | 56.89º | 0.96% | 0.79% | - |
| XYZ | 43.26 | 50.28 | 7.68 | - |
| YUV | 174.13 | 34.81 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 9 | 0 | 0.05 | 0.96 | 0.21 | 56.89 | 0.91 | 0.41 |
| Hex | CA | C0 | 9 | 0 | 5 | 60 | 15 | 39 | 5B | 29 |
| Octal | 312 | 300 | 11 | 0 | 5 | 140 | 25 | 71 | 133 | 51 |
| Binary | 11001010 | 11000000 | 1001 | 0 | 101 | 1100000 | 10101 | 111001 | 1011011 | 101001 |
Color Harmonies of #CAC009
Complementary color
Monochromatic Colors of #CAC009
Black with #CAC009
Text Example
Text Example
White with #CAC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC009; }
p { color: rgb(202,192,9); }
H1.HeaderClassName
{
color: #CAC009;
}
.AnyTagClassName
{
color: #CAC009;
}
</style>
background-color css
<style>
a { background-color: #CAC009; }
a { background-color: rgb(202,192,9); }
div.DivClassName
{
background-color: #CAC009;
}
.BgClassName
{
background-color: #CAC009;
}
</style>
border-color css
<style>
span { border-color: #CAC009; }
span { border-color: rgb(202,192,9); }
td.TdClassName
{
border-color: #CAC009;
}
.TagClassName
{
border-color: #CAC009;
}
</style>