Shades of Bird Flower #CAC107
Tints of Bird Flower #CAC107
RGB
CMYK
RGB Variations
Color information
#CAC107 (or 0xCAC107) is known color: Bird Flower. HEX triplet: CA, C1 and 07. RGB value is (202,193,7). Sum of RGB (Red+Green+Blue) = 202+193+7=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 7 (3.12% from 255 or 1.74% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC107 is #353EF8. Grayscale: #AFAFAF. Windows color (decimal): -3489529 or 508362. OLE color: 508362.
HSL color Cylindrical-coordinate representation of color #CAC107: hue angle of 57.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAC107 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.21 |
| HSL | 57.23º | 0.93% | 0.41% | - |
| HSV(B) | 57.23º | 0.97% | 0.79% | - |
| XYZ | 43.47 | 50.71 | 7.7 | - |
| YUV | 174.49 | 33.48 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 7 | 0 | 0.04 | 0.97 | 0.21 | 57.23 | 0.93 | 0.41 |
| Hex | CA | C1 | 7 | 0 | 4 | 61 | 15 | 39 | 5D | 29 |
| Octal | 312 | 301 | 7 | 0 | 4 | 141 | 25 | 71 | 135 | 51 |
| Binary | 11001010 | 11000001 | 111 | 0 | 100 | 1100001 | 10101 | 111001 | 1011101 | 101001 |
Color Harmonies of #CAC107
Complementary color
Monochromatic Colors of #CAC107
Black with #CAC107
Text Example
Text Example
White with #CAC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC107; }
p { color: rgb(202,193,7); }
H1.HeaderClassName
{
color: #CAC107;
}
.AnyTagClassName
{
color: #CAC107;
}
</style>
background-color css
<style>
a { background-color: #CAC107; }
a { background-color: rgb(202,193,7); }
div.DivClassName
{
background-color: #CAC107;
}
.BgClassName
{
background-color: #CAC107;
}
</style>
border-color css
<style>
span { border-color: #CAC107; }
span { border-color: rgb(202,193,7); }
td.TdClassName
{
border-color: #CAC107;
}
.TagClassName
{
border-color: #CAC107;
}
</style>