Shades of Bird Flower #CAC817
Tints of Bird Flower #CAC817
RGB
CMYK
RGB Variations
Color information
#CAC817 (or 0xCAC817) is known color: Bird Flower. HEX triplet: CA, C8 and 17. RGB value is (202,200,23). Sum of RGB (Red+Green+Blue) = 202+200+23=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC817 is #3537E8. Grayscale: #B5B5B5. Windows color (decimal): -3487721 or 1558730. OLE color: 1558730.
HSL color Cylindrical-coordinate representation of color #CAC817: hue angle of 59.33º 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 #CAC817 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 23 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.21 |
| HSL | 59.33º | 0.8% | 0.44% | - |
| HSV(B) | 59.33º | 0.89% | 0.79% | - |
| XYZ | 45.17 | 53.93 | 8.84 | - |
| YUV | 180.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 23 | 0 | 0.01 | 0.89 | 0.21 | 59.33 | 0.8 | 0.44 |
| Hex | CA | C8 | 17 | 0 | 1 | 59 | 15 | 3B | 50 | 2C |
| Octal | 312 | 310 | 27 | 0 | 1 | 131 | 25 | 73 | 120 | 54 |
| Binary | 11001010 | 11001000 | 10111 | 0 | 1 | 1011001 | 10101 | 111011 | 1010000 | 101100 |
Color Harmonies of #CAC817
Complementary color
Monochromatic Colors of #CAC817
Black with #CAC817
Text Example
Text Example
White with #CAC817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC817; }
p { color: rgb(202,200,23); }
H1.HeaderClassName
{
color: #CAC817;
}
.AnyTagClassName
{
color: #CAC817;
}
</style>
background-color css
<style>
a { background-color: #CAC817; }
a { background-color: rgb(202,200,23); }
div.DivClassName
{
background-color: #CAC817;
}
.BgClassName
{
background-color: #CAC817;
}
</style>
border-color css
<style>
span { border-color: #CAC817; }
span { border-color: rgb(202,200,23); }
td.TdClassName
{
border-color: #CAC817;
}
.TagClassName
{
border-color: #CAC817;
}
</style>