Shades of Bird Flower #CAC614
Tints of Bird Flower #CAC614
RGB
CMYK
RGB Variations
Color information
#CAC614 (or 0xCAC614) is known color: Bird Flower. HEX triplet: CA, C6 and 14. RGB value is (202,198,20). Sum of RGB (Red+Green+Blue) = 202+198+20=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC614 is #3539EB. Grayscale: #B3B3B3. Windows color (decimal): -3488236 or 1361610. OLE color: 1361610.
HSL color Cylindrical-coordinate representation of color #CAC614: hue angle of 58.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAC614 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 20 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.21 |
| HSL | 58.68º | 0.82% | 0.44% | - |
| HSV(B) | 58.68º | 0.9% | 0.79% | - |
| XYZ | 44.68 | 53 | 8.54 | - |
| YUV | 178.9 | 38.33 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 20 | 0 | 0.02 | 0.90 | 0.21 | 58.68 | 0.82 | 0.44 |
| Hex | CA | C6 | 14 | 0 | 2 | 5A | 15 | 3B | 52 | 2C |
| Octal | 312 | 306 | 24 | 0 | 2 | 132 | 25 | 73 | 122 | 54 |
| Binary | 11001010 | 11000110 | 10100 | 0 | 10 | 1011010 | 10101 | 111011 | 1010010 | 101100 |
Color Harmonies of #CAC614
Complementary color
Monochromatic Colors of #CAC614
Black with #CAC614
Text Example
Text Example
White with #CAC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC614; }
p { color: rgb(202,198,20); }
H1.HeaderClassName
{
color: #CAC614;
}
.AnyTagClassName
{
color: #CAC614;
}
</style>
background-color css
<style>
a { background-color: #CAC614; }
a { background-color: rgb(202,198,20); }
div.DivClassName
{
background-color: #CAC614;
}
.BgClassName
{
background-color: #CAC614;
}
</style>
border-color css
<style>
span { border-color: #CAC614; }
span { border-color: rgb(202,198,20); }
td.TdClassName
{
border-color: #CAC614;
}
.TagClassName
{
border-color: #CAC614;
}
</style>