Shades of Bird Flower #CAC914
Tints of Bird Flower #CAC914
RGB
CMYK
RGB Variations
Color information
#CAC914 (or 0xCAC914) is known color: Bird Flower. HEX triplet: CA, C9 and 14. RGB value is (202,201,20). Sum of RGB (Red+Green+Blue) = 202+201+20=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC914 is #3536EB. Grayscale: #B5B5B5. Windows color (decimal): -3487468 or 1362378. OLE color: 1362378.
HSL color Cylindrical-coordinate representation of color #CAC914: hue angle of 59.67º 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 #CAC914 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 20 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.21 |
| HSL | 59.67º | 0.82% | 0.44% | - |
| HSV(B) | 59.67º | 0.9% | 0.79% | - |
| XYZ | 45.37 | 54.38 | 8.77 | - |
| YUV | 180.67 | 37.33 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 20 | 0 | 0.00 | 0.90 | 0.21 | 59.67 | 0.82 | 0.44 |
| Hex | CA | C9 | 14 | 0 | 0 | 5A | 15 | 3C | 52 | 2C |
| Octal | 312 | 311 | 24 | 0 | 0 | 132 | 25 | 74 | 122 | 54 |
| Binary | 11001010 | 11001001 | 10100 | 0 | 0 | 1011010 | 10101 | 111100 | 1010010 | 101100 |
Color Harmonies of #CAC914
Complementary color
Monochromatic Colors of #CAC914
Black with #CAC914
Text Example
Text Example
White with #CAC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC914; }
p { color: rgb(202,201,20); }
H1.HeaderClassName
{
color: #CAC914;
}
.AnyTagClassName
{
color: #CAC914;
}
</style>
background-color css
<style>
a { background-color: #CAC914; }
a { background-color: rgb(202,201,20); }
div.DivClassName
{
background-color: #CAC914;
}
.BgClassName
{
background-color: #CAC914;
}
</style>
border-color css
<style>
span { border-color: #CAC914; }
span { border-color: rgb(202,201,20); }
td.TdClassName
{
border-color: #CAC914;
}
.TagClassName
{
border-color: #CAC914;
}
</style>