Shades of Bird Flower #CAC808
Tints of Bird Flower #CAC808
RGB
CMYK
RGB Variations
Color information
#CAC808 (or 0xCAC808) is known color: Bird Flower. HEX triplet: CA, C8 and 08. RGB value is (202,200,8). Sum of RGB (Red+Green+Blue) = 202+200+8=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC808 is #3537F7. Grayscale: #B3B3B3. Windows color (decimal): -3487736 or 575690. OLE color: 575690.
HSL color Cylindrical-coordinate representation of color #CAC808: hue angle of 59.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAC808 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.21 |
| HSL | 59.38º | 0.92% | 0.41% | - |
| HSV(B) | 59.38º | 0.96% | 0.79% | - |
| XYZ | 45.06 | 53.88 | 8.26 | - |
| YUV | 178.71 | 31.66 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 8 | 0 | 0.01 | 0.96 | 0.21 | 59.38 | 0.92 | 0.41 |
| Hex | CA | C8 | 8 | 0 | 1 | 60 | 15 | 3B | 5C | 29 |
| Octal | 312 | 310 | 10 | 0 | 1 | 140 | 25 | 73 | 134 | 51 |
| Binary | 11001010 | 11001000 | 1000 | 0 | 1 | 1100000 | 10101 | 111011 | 1011100 | 101001 |
Color Harmonies of #CAC808
Complementary color
Monochromatic Colors of #CAC808
Black with #CAC808
Text Example
Text Example
White with #CAC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC808; }
p { color: rgb(202,200,8); }
H1.HeaderClassName
{
color: #CAC808;
}
.AnyTagClassName
{
color: #CAC808;
}
</style>
background-color css
<style>
a { background-color: #CAC808; }
a { background-color: rgb(202,200,8); }
div.DivClassName
{
background-color: #CAC808;
}
.BgClassName
{
background-color: #CAC808;
}
</style>
border-color css
<style>
span { border-color: #CAC808; }
span { border-color: rgb(202,200,8); }
td.TdClassName
{
border-color: #CAC808;
}
.TagClassName
{
border-color: #CAC808;
}
</style>