Shades of Bird Flower #CAC917
Tints of Bird Flower #CAC917
RGB
CMYK
RGB Variations
Color information
#CAC917 (or 0xCAC917) is known color: Bird Flower. HEX triplet: CA, C9 and 17. RGB value is (202,201,23). Sum of RGB (Red+Green+Blue) = 202+201+23=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC917 is #3536E8. Grayscale: #B5B5B5. Windows color (decimal): -3487465 or 1558986. OLE color: 1558986.
HSL color Cylindrical-coordinate representation of color #CAC917: hue angle of 59.66º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAC917 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 23 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.21 |
| HSL | 59.66º | 0.8% | 0.44% | - |
| HSV(B) | 59.66º | 0.89% | 0.79% | - |
| XYZ | 45.4 | 54.39 | 8.92 | - |
| YUV | 181.01 | 38.83 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 23 | 0 | 0.00 | 0.89 | 0.21 | 59.66 | 0.8 | 0.44 |
| Hex | CA | C9 | 17 | 0 | 0 | 59 | 15 | 3C | 50 | 2C |
| Octal | 312 | 311 | 27 | 0 | 0 | 131 | 25 | 74 | 120 | 54 |
| Binary | 11001010 | 11001001 | 10111 | 0 | 0 | 1011001 | 10101 | 111100 | 1010000 | 101100 |
Color Harmonies of #CAC917
Complementary color
Monochromatic Colors of #CAC917
Black with #CAC917
Text Example
Text Example
White with #CAC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC917; }
p { color: rgb(202,201,23); }
H1.HeaderClassName
{
color: #CAC917;
}
.AnyTagClassName
{
color: #CAC917;
}
</style>
background-color css
<style>
a { background-color: #CAC917; }
a { background-color: rgb(202,201,23); }
div.DivClassName
{
background-color: #CAC917;
}
.BgClassName
{
background-color: #CAC917;
}
</style>
border-color css
<style>
span { border-color: #CAC917; }
span { border-color: rgb(202,201,23); }
td.TdClassName
{
border-color: #CAC917;
}
.TagClassName
{
border-color: #CAC917;
}
</style>