Shades of Bird Flower #CAC912
Tints of Bird Flower #CAC912
RGB
CMYK
RGB Variations
Color information
#CAC912 (or 0xCAC912) is known color: Bird Flower. HEX triplet: CA, C9 and 12. RGB value is (202,201,18). Sum of RGB (Red+Green+Blue) = 202+201+18=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC912 is #3536ED. Grayscale: #B5B5B5. Windows color (decimal): -3487470 or 1231306. OLE color: 1231306.
HSL color Cylindrical-coordinate representation of color #CAC912: hue angle of 59.67º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAC912 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 18 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.21 |
| HSL | 59.67º | 0.84% | 0.43% | - |
| HSV(B) | 59.67º | 0.91% | 0.79% | - |
| XYZ | 45.35 | 54.37 | 8.68 | - |
| YUV | 180.44 | 36.33 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 18 | 0 | 0.00 | 0.91 | 0.21 | 59.67 | 0.84 | 0.43 |
| Hex | CA | C9 | 12 | 0 | 0 | 5B | 15 | 3C | 54 | 2B |
| Octal | 312 | 311 | 22 | 0 | 0 | 133 | 25 | 74 | 124 | 53 |
| Binary | 11001010 | 11001001 | 10010 | 0 | 0 | 1011011 | 10101 | 111100 | 1010100 | 101011 |
Color Harmonies of #CAC912
Complementary color
Monochromatic Colors of #CAC912
Black with #CAC912
Text Example
Text Example
White with #CAC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC912; }
p { color: rgb(202,201,18); }
H1.HeaderClassName
{
color: #CAC912;
}
.AnyTagClassName
{
color: #CAC912;
}
</style>
background-color css
<style>
a { background-color: #CAC912; }
a { background-color: rgb(202,201,18); }
div.DivClassName
{
background-color: #CAC912;
}
.BgClassName
{
background-color: #CAC912;
}
</style>
border-color css
<style>
span { border-color: #CAC912; }
span { border-color: rgb(202,201,18); }
td.TdClassName
{
border-color: #CAC912;
}
.TagClassName
{
border-color: #CAC912;
}
</style>