Shades of Bird Flower #CAC10F
Tints of Bird Flower #CAC10F
RGB
CMYK
RGB Variations
Color information
#CAC10F (or 0xCAC10F) is known color: Bird Flower. HEX triplet: CA, C1 and 0F. RGB value is (202,193,15). Sum of RGB (Red+Green+Blue) = 202+193+15=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC10F is #353EF0. Grayscale: #B0B0B0. Windows color (decimal): -3489521 or 1032650. OLE color: 1032650.
HSL color Cylindrical-coordinate representation of color #CAC10F: hue angle of 57.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAC10F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 15 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.21 |
| HSL | 57.11º | 0.86% | 0.43% | - |
| HSV(B) | 57.11º | 0.93% | 0.79% | - |
| XYZ | 43.51 | 50.73 | 7.95 | - |
| YUV | 175.4 | 37.48 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 15 | 0 | 0.04 | 0.93 | 0.21 | 57.11 | 0.86 | 0.43 |
| Hex | CA | C1 | F | 0 | 4 | 5D | 15 | 39 | 56 | 2B |
| Octal | 312 | 301 | 17 | 0 | 4 | 135 | 25 | 71 | 126 | 53 |
| Binary | 11001010 | 11000001 | 1111 | 0 | 100 | 1011101 | 10101 | 111001 | 1010110 | 101011 |
Color Harmonies of #CAC10F
Complementary color
Monochromatic Colors of #CAC10F
Black with #CAC10F
Text Example
Text Example
White with #CAC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC10F; }
p { color: rgb(202,193,15); }
H1.HeaderClassName
{
color: #CAC10F;
}
.AnyTagClassName
{
color: #CAC10F;
}
</style>
background-color css
<style>
a { background-color: #CAC10F; }
a { background-color: rgb(202,193,15); }
div.DivClassName
{
background-color: #CAC10F;
}
.BgClassName
{
background-color: #CAC10F;
}
</style>
border-color css
<style>
span { border-color: #CAC10F; }
span { border-color: rgb(202,193,15); }
td.TdClassName
{
border-color: #CAC10F;
}
.TagClassName
{
border-color: #CAC10F;
}
</style>