Shades of Bird Flower #CAC31B
Tints of Bird Flower #CAC31B
RGB
CMYK
RGB Variations
Color information
#CAC31B (or 0xCAC31B) is known color: Bird Flower. HEX triplet: CA, C3 and 1B. RGB value is (202,195,27). Sum of RGB (Red+Green+Blue) = 202+195+27=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC31B is #353CE4. Grayscale: #B2B2B2. Windows color (decimal): -3488997 or 1819594. OLE color: 1819594.
HSL color Cylindrical-coordinate representation of color #CAC31B: hue angle of 57.6º 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 #CAC31B is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 27 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.21 |
| HSL | 57.6º | 0.76% | 0.45% | - |
| HSV(B) | 57.6º | 0.87% | 0.79% | - |
| XYZ | 44.07 | 51.67 | 8.69 | - |
| YUV | 177.94 | 42.82 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 27 | 0 | 0.03 | 0.87 | 0.21 | 57.6 | 0.76 | 0.45 |
| Hex | CA | C3 | 1B | 0 | 3 | 57 | 15 | 3A | 4C | 2D |
| Octal | 312 | 303 | 33 | 0 | 3 | 127 | 25 | 72 | 114 | 55 |
| Binary | 11001010 | 11000011 | 11011 | 0 | 11 | 1010111 | 10101 | 111010 | 1001100 | 101101 |
Color Harmonies of #CAC31B
Complementary color
Monochromatic Colors of #CAC31B
Black with #CAC31B
Text Example
Text Example
White with #CAC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC31B; }
p { color: rgb(202,195,27); }
H1.HeaderClassName
{
color: #CAC31B;
}
.AnyTagClassName
{
color: #CAC31B;
}
</style>
background-color css
<style>
a { background-color: #CAC31B; }
a { background-color: rgb(202,195,27); }
div.DivClassName
{
background-color: #CAC31B;
}
.BgClassName
{
background-color: #CAC31B;
}
</style>
border-color css
<style>
span { border-color: #CAC31B; }
span { border-color: rgb(202,195,27); }
td.TdClassName
{
border-color: #CAC31B;
}
.TagClassName
{
border-color: #CAC31B;
}
</style>