Shades of Bird Flower #CAB81D
Tints of Bird Flower #CAB81D
RGB
CMYK
RGB Variations
Color information
#CAB81D (or 0xCAB81D) is known color: Bird Flower. HEX triplet: CA, B8 and 1D. RGB value is (202,184,29). Sum of RGB (Red+Green+Blue) = 202+184+29=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB81D is #3547E2. Grayscale: #ACACAC. Windows color (decimal): -3491811 or 1947850. OLE color: 1947850.
HSL color Cylindrical-coordinate representation of color #CAB81D: hue angle of 53.76º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAB81D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 29 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.21 |
| HSL | 53.76º | 0.75% | 0.45% | - |
| HSV(B) | 53.76º | 0.86% | 0.79% | - |
| XYZ | 41.72 | 46.93 | 8.02 | - |
| YUV | 171.71 | 47.46 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 29 | 0 | 0.09 | 0.86 | 0.21 | 53.76 | 0.75 | 0.45 |
| Hex | CA | B8 | 1D | 0 | 9 | 56 | 15 | 36 | 4B | 2D |
| Octal | 312 | 270 | 35 | 0 | 11 | 126 | 25 | 66 | 113 | 55 |
| Binary | 11001010 | 10111000 | 11101 | 0 | 1001 | 1010110 | 10101 | 110110 | 1001011 | 101101 |
Color Harmonies of #CAB81D
Complementary color
Monochromatic Colors of #CAB81D
Black with #CAB81D
Text Example
Text Example
White with #CAB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB81D; }
p { color: rgb(202,184,29); }
H1.HeaderClassName
{
color: #CAB81D;
}
.AnyTagClassName
{
color: #CAB81D;
}
</style>
background-color css
<style>
a { background-color: #CAB81D; }
a { background-color: rgb(202,184,29); }
div.DivClassName
{
background-color: #CAB81D;
}
.BgClassName
{
background-color: #CAB81D;
}
</style>
border-color css
<style>
span { border-color: #CAB81D; }
span { border-color: rgb(202,184,29); }
td.TdClassName
{
border-color: #CAB81D;
}
.TagClassName
{
border-color: #CAB81D;
}
</style>