Shades of Bird Flower #CAC80D
Tints of Bird Flower #CAC80D
RGB
CMYK
RGB Variations
Color information
#CAC80D (or 0xCAC80D) is known color: Bird Flower. HEX triplet: CA, C8 and 0D. RGB value is (202,200,13). Sum of RGB (Red+Green+Blue) = 202+200+13=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC80D is #3537F2. Grayscale: #B4B4B4. Windows color (decimal): -3487731 or 903370. OLE color: 903370.
HSL color Cylindrical-coordinate representation of color #CAC80D: hue angle of 59.37º 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 #CAC80D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.21 |
| HSL | 59.37º | 0.88% | 0.42% | - |
| HSV(B) | 59.37º | 0.94% | 0.79% | - |
| XYZ | 45.08 | 53.89 | 8.41 | - |
| YUV | 179.28 | 34.16 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 13 | 0 | 0.01 | 0.94 | 0.21 | 59.37 | 0.88 | 0.42 |
| Hex | CA | C8 | D | 0 | 1 | 5E | 15 | 3B | 58 | 2A |
| Octal | 312 | 310 | 15 | 0 | 1 | 136 | 25 | 73 | 130 | 52 |
| Binary | 11001010 | 11001000 | 1101 | 0 | 1 | 1011110 | 10101 | 111011 | 1011000 | 101010 |
Color Harmonies of #CAC80D
Complementary color
Monochromatic Colors of #CAC80D
Black with #CAC80D
Text Example
Text Example
White with #CAC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC80D; }
p { color: rgb(202,200,13); }
H1.HeaderClassName
{
color: #CAC80D;
}
.AnyTagClassName
{
color: #CAC80D;
}
</style>
background-color css
<style>
a { background-color: #CAC80D; }
a { background-color: rgb(202,200,13); }
div.DivClassName
{
background-color: #CAC80D;
}
.BgClassName
{
background-color: #CAC80D;
}
</style>
border-color css
<style>
span { border-color: #CAC80D; }
span { border-color: rgb(202,200,13); }
td.TdClassName
{
border-color: #CAC80D;
}
.TagClassName
{
border-color: #CAC80D;
}
</style>