Shades of Bird Flower #CAC108
Tints of Bird Flower #CAC108
RGB
CMYK
RGB Variations
Color information
#CAC108 (or 0xCAC108) is known color: Bird Flower. HEX triplet: CA, C1 and 08. RGB value is (202,193,8). Sum of RGB (Red+Green+Blue) = 202+193+8=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC108 is #353EF7. Grayscale: #AFAFAF. Windows color (decimal): -3489528 or 573898. OLE color: 573898.
HSL color Cylindrical-coordinate representation of color #CAC108: hue angle of 57.22º 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 #CAC108 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.21 |
| HSL | 57.22º | 0.92% | 0.41% | - |
| HSV(B) | 57.22º | 0.96% | 0.79% | - |
| XYZ | 43.47 | 50.71 | 7.73 | - |
| YUV | 174.6 | 33.98 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 8 | 0 | 0.04 | 0.96 | 0.21 | 57.22 | 0.92 | 0.41 |
| Hex | CA | C1 | 8 | 0 | 4 | 60 | 15 | 39 | 5C | 29 |
| Octal | 312 | 301 | 10 | 0 | 4 | 140 | 25 | 71 | 134 | 51 |
| Binary | 11001010 | 11000001 | 1000 | 0 | 100 | 1100000 | 10101 | 111001 | 1011100 | 101001 |
Color Harmonies of #CAC108
Complementary color
Monochromatic Colors of #CAC108
Black with #CAC108
Text Example
Text Example
White with #CAC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC108; }
p { color: rgb(202,193,8); }
H1.HeaderClassName
{
color: #CAC108;
}
.AnyTagClassName
{
color: #CAC108;
}
</style>
background-color css
<style>
a { background-color: #CAC108; }
a { background-color: rgb(202,193,8); }
div.DivClassName
{
background-color: #CAC108;
}
.BgClassName
{
background-color: #CAC108;
}
</style>
border-color css
<style>
span { border-color: #CAC108; }
span { border-color: rgb(202,193,8); }
td.TdClassName
{
border-color: #CAC108;
}
.TagClassName
{
border-color: #CAC108;
}
</style>