Shades of Bird Flower #CAB80D
Tints of Bird Flower #CAB80D
RGB
CMYK
RGB Variations
Color information
#CAB80D (or 0xCAB80D) is known color: Bird Flower. HEX triplet: CA, B8 and 0D. RGB value is (202,184,13). Sum of RGB (Red+Green+Blue) = 202+184+13=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB80D is #3547F2. Grayscale: #AAAAAA. Windows color (decimal): -3491827 or 899274. OLE color: 899274.
HSL color Cylindrical-coordinate representation of color #CAB80D: hue angle of 54.29º 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 #CAB80D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 13 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.21 |
| HSL | 54.29º | 0.88% | 0.42% | - |
| HSV(B) | 54.29º | 0.94% | 0.79% | - |
| XYZ | 41.57 | 46.87 | 7.24 | - |
| YUV | 169.89 | 39.46 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 13 | 0 | 0.09 | 0.94 | 0.21 | 54.29 | 0.88 | 0.42 |
| Hex | CA | B8 | D | 0 | 9 | 5E | 15 | 36 | 58 | 2A |
| Octal | 312 | 270 | 15 | 0 | 11 | 136 | 25 | 66 | 130 | 52 |
| Binary | 11001010 | 10111000 | 1101 | 0 | 1001 | 1011110 | 10101 | 110110 | 1011000 | 101010 |
Color Harmonies of #CAB80D
Complementary color
Monochromatic Colors of #CAB80D
Black with #CAB80D
Text Example
Text Example
White with #CAB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB80D; }
p { color: rgb(202,184,13); }
H1.HeaderClassName
{
color: #CAB80D;
}
.AnyTagClassName
{
color: #CAB80D;
}
</style>
background-color css
<style>
a { background-color: #CAB80D; }
a { background-color: rgb(202,184,13); }
div.DivClassName
{
background-color: #CAB80D;
}
.BgClassName
{
background-color: #CAB80D;
}
</style>
border-color css
<style>
span { border-color: #CAB80D; }
span { border-color: rgb(202,184,13); }
td.TdClassName
{
border-color: #CAB80D;
}
.TagClassName
{
border-color: #CAB80D;
}
</style>