Shades of Bird Flower #CAC617
Tints of Bird Flower #CAC617
RGB
CMYK
RGB Variations
Color information
#CAC617 (or 0xCAC617) is known color: Bird Flower. HEX triplet: CA, C6 and 17. RGB value is (202,198,23). Sum of RGB (Red+Green+Blue) = 202+198+23=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC617 is #3539E8. Grayscale: #B3B3B3. Windows color (decimal): -3488233 or 1558218. OLE color: 1558218.
HSL color Cylindrical-coordinate representation of color #CAC617: hue angle of 58.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 #CAC617 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 23 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.21 |
| HSL | 58.66º | 0.8% | 0.44% | - |
| HSV(B) | 58.66º | 0.89% | 0.79% | - |
| XYZ | 44.71 | 53.01 | 8.69 | - |
| YUV | 179.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 23 | 0 | 0.02 | 0.89 | 0.21 | 58.66 | 0.8 | 0.44 |
| Hex | CA | C6 | 17 | 0 | 2 | 59 | 15 | 3B | 50 | 2C |
| Octal | 312 | 306 | 27 | 0 | 2 | 131 | 25 | 73 | 120 | 54 |
| Binary | 11001010 | 11000110 | 10111 | 0 | 10 | 1011001 | 10101 | 111011 | 1010000 | 101100 |
Color Harmonies of #CAC617
Complementary color
Monochromatic Colors of #CAC617
Black with #CAC617
Text Example
Text Example
White with #CAC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC617; }
p { color: rgb(202,198,23); }
H1.HeaderClassName
{
color: #CAC617;
}
.AnyTagClassName
{
color: #CAC617;
}
</style>
background-color css
<style>
a { background-color: #CAC617; }
a { background-color: rgb(202,198,23); }
div.DivClassName
{
background-color: #CAC617;
}
.BgClassName
{
background-color: #CAC617;
}
</style>
border-color css
<style>
span { border-color: #CAC617; }
span { border-color: rgb(202,198,23); }
td.TdClassName
{
border-color: #CAC617;
}
.TagClassName
{
border-color: #CAC617;
}
</style>