Shades of Bird Flower #CAC20D
Tints of Bird Flower #CAC20D
RGB
CMYK
RGB Variations
Color information
#CAC20D (or 0xCAC20D) is known color: Bird Flower. HEX triplet: CA, C2 and 0D. RGB value is (202,194,13). Sum of RGB (Red+Green+Blue) = 202+194+13=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC20D is #353DF2. Grayscale: #B0B0B0. Windows color (decimal): -3489267 or 901834. OLE color: 901834.
HSL color Cylindrical-coordinate representation of color #CAC20D: hue angle of 57.46º 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 #CAC20D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.21 |
| HSL | 57.46º | 0.88% | 0.42% | - |
| HSV(B) | 57.46º | 0.94% | 0.79% | - |
| XYZ | 43.72 | 51.17 | 7.95 | - |
| YUV | 175.76 | 36.15 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 13 | 0 | 0.04 | 0.94 | 0.21 | 57.46 | 0.88 | 0.42 |
| Hex | CA | C2 | D | 0 | 4 | 5E | 15 | 39 | 58 | 2A |
| Octal | 312 | 302 | 15 | 0 | 4 | 136 | 25 | 71 | 130 | 52 |
| Binary | 11001010 | 11000010 | 1101 | 0 | 100 | 1011110 | 10101 | 111001 | 1011000 | 101010 |
Color Harmonies of #CAC20D
Complementary color
Monochromatic Colors of #CAC20D
Black with #CAC20D
Text Example
Text Example
White with #CAC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC20D; }
p { color: rgb(202,194,13); }
H1.HeaderClassName
{
color: #CAC20D;
}
.AnyTagClassName
{
color: #CAC20D;
}
</style>
background-color css
<style>
a { background-color: #CAC20D; }
a { background-color: rgb(202,194,13); }
div.DivClassName
{
background-color: #CAC20D;
}
.BgClassName
{
background-color: #CAC20D;
}
</style>
border-color css
<style>
span { border-color: #CAC20D; }
span { border-color: rgb(202,194,13); }
td.TdClassName
{
border-color: #CAC20D;
}
.TagClassName
{
border-color: #CAC20D;
}
</style>