Shades of Bird Flower #CAC21B
Tints of Bird Flower #CAC21B
RGB
CMYK
RGB Variations
Color information
#CAC21B (or 0xCAC21B) is known color: Bird Flower. HEX triplet: CA, C2 and 1B. RGB value is (202,194,27). Sum of RGB (Red+Green+Blue) = 202+194+27=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC21B is #353DE4. Grayscale: #B2B2B2. Windows color (decimal): -3489253 or 1819338. OLE color: 1819338.
HSL color Cylindrical-coordinate representation of color #CAC21B: hue angle of 57.26º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAC21B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 27 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.21 |
| HSL | 57.26º | 0.76% | 0.45% | - |
| HSV(B) | 57.26º | 0.87% | 0.79% | - |
| XYZ | 43.85 | 51.22 | 8.61 | - |
| YUV | 177.35 | 43.15 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 27 | 0 | 0.04 | 0.87 | 0.21 | 57.26 | 0.76 | 0.45 |
| Hex | CA | C2 | 1B | 0 | 4 | 57 | 15 | 39 | 4C | 2D |
| Octal | 312 | 302 | 33 | 0 | 4 | 127 | 25 | 71 | 114 | 55 |
| Binary | 11001010 | 11000010 | 11011 | 0 | 100 | 1010111 | 10101 | 111001 | 1001100 | 101101 |
Color Harmonies of #CAC21B
Complementary color
Monochromatic Colors of #CAC21B
Black with #CAC21B
Text Example
Text Example
White with #CAC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC21B; }
p { color: rgb(202,194,27); }
H1.HeaderClassName
{
color: #CAC21B;
}
.AnyTagClassName
{
color: #CAC21B;
}
</style>
background-color css
<style>
a { background-color: #CAC21B; }
a { background-color: rgb(202,194,27); }
div.DivClassName
{
background-color: #CAC21B;
}
.BgClassName
{
background-color: #CAC21B;
}
</style>
border-color css
<style>
span { border-color: #CAC21B; }
span { border-color: rgb(202,194,27); }
td.TdClassName
{
border-color: #CAC21B;
}
.TagClassName
{
border-color: #CAC21B;
}
</style>