Shades of Bird Flower #CAC60D
Tints of Bird Flower #CAC60D
RGB
CMYK
RGB Variations
Color information
#CAC60D (or 0xCAC60D) is known color: Bird Flower. HEX triplet: CA, C6 and 0D. RGB value is (202,198,13). Sum of RGB (Red+Green+Blue) = 202+198+13=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC60D is #3539F2. Grayscale: #B2B2B2. Windows color (decimal): -3488243 or 902858. OLE color: 902858.
HSL color Cylindrical-coordinate representation of color #CAC60D: hue angle of 58.73º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAC60D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 13 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.21 |
| HSL | 58.73º | 0.88% | 0.42% | - |
| HSV(B) | 58.73º | 0.94% | 0.79% | - |
| XYZ | 44.62 | 52.97 | 8.25 | - |
| YUV | 178.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 13 | 0 | 0.02 | 0.94 | 0.21 | 58.73 | 0.88 | 0.42 |
| Hex | CA | C6 | D | 0 | 2 | 5E | 15 | 3B | 58 | 2A |
| Octal | 312 | 306 | 15 | 0 | 2 | 136 | 25 | 73 | 130 | 52 |
| Binary | 11001010 | 11000110 | 1101 | 0 | 10 | 1011110 | 10101 | 111011 | 1011000 | 101010 |
Color Harmonies of #CAC60D
Complementary color
Monochromatic Colors of #CAC60D
Black with #CAC60D
Text Example
Text Example
White with #CAC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC60D; }
p { color: rgb(202,198,13); }
H1.HeaderClassName
{
color: #CAC60D;
}
.AnyTagClassName
{
color: #CAC60D;
}
</style>
background-color css
<style>
a { background-color: #CAC60D; }
a { background-color: rgb(202,198,13); }
div.DivClassName
{
background-color: #CAC60D;
}
.BgClassName
{
background-color: #CAC60D;
}
</style>
border-color css
<style>
span { border-color: #CAC60D; }
span { border-color: rgb(202,198,13); }
td.TdClassName
{
border-color: #CAC60D;
}
.TagClassName
{
border-color: #CAC60D;
}
</style>