Shades of Bird Flower #CAC10D
Tints of Bird Flower #CAC10D
RGB
CMYK
RGB Variations
Color information
#CAC10D (or 0xCAC10D) is known color: Bird Flower. HEX triplet: CA, C1 and 0D. RGB value is (202,193,13). Sum of RGB (Red+Green+Blue) = 202+193+13=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC10D is #353EF2. Grayscale: #AFAFAF. Windows color (decimal): -3489523 or 901578. OLE color: 901578.
HSL color Cylindrical-coordinate representation of color #CAC10D: hue angle of 57.14º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAC10D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.21 |
| HSL | 57.14º | 0.88% | 0.42% | - |
| HSV(B) | 57.14º | 0.94% | 0.79% | - |
| XYZ | 43.5 | 50.73 | 7.88 | - |
| YUV | 175.17 | 36.48 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 13 | 0 | 0.04 | 0.94 | 0.21 | 57.14 | 0.88 | 0.42 |
| Hex | CA | C1 | D | 0 | 4 | 5E | 15 | 39 | 58 | 2A |
| Octal | 312 | 301 | 15 | 0 | 4 | 136 | 25 | 71 | 130 | 52 |
| Binary | 11001010 | 11000001 | 1101 | 0 | 100 | 1011110 | 10101 | 111001 | 1011000 | 101010 |
Color Harmonies of #CAC10D
Complementary color
Monochromatic Colors of #CAC10D
Black with #CAC10D
Text Example
Text Example
White with #CAC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC10D; }
p { color: rgb(202,193,13); }
H1.HeaderClassName
{
color: #CAC10D;
}
.AnyTagClassName
{
color: #CAC10D;
}
</style>
background-color css
<style>
a { background-color: #CAC10D; }
a { background-color: rgb(202,193,13); }
div.DivClassName
{
background-color: #CAC10D;
}
.BgClassName
{
background-color: #CAC10D;
}
</style>
border-color css
<style>
span { border-color: #CAC10D; }
span { border-color: rgb(202,193,13); }
td.TdClassName
{
border-color: #CAC10D;
}
.TagClassName
{
border-color: #CAC10D;
}
</style>