Shades of La Rioja #CAB700
Tints of La Rioja #CAB700
RGB
CMYK
RGB Variations
Color information
#CAB700 (or 0xCAB700) is known color: La Rioja. HEX triplet: CA, B7 and 00. RGB value is (202,183,0). Sum of RGB (Red+Green+Blue) = 202+183+0=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB700 is #3548FF. Grayscale: #A8A8A8. Windows color (decimal): -3492096 or 47050. OLE color: 47050.
HSL color Cylindrical-coordinate representation of color #CAB700: hue angle of 54.36º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAB700 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.21 |
| HSL | 54.36º | 1% | 0.4% | - |
| HSV(B) | 54.36º | 1% | 0.79% | - |
| XYZ | 41.29 | 46.42 | 6.78 | - |
| YUV | 167.82 | 33.29 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 0 | 0 | 0.09 | 1 | 0.21 | 54.36 | 1 | 0.4 |
| Hex | CA | B7 | 0 | 0 | 9 | 64 | 15 | 36 | 64 | 28 |
| Octal | 312 | 267 | 0 | 0 | 11 | 144 | 25 | 66 | 144 | 50 |
| Binary | 11001010 | 10110111 | 0 | 0 | 1001 | 1100100 | 10101 | 110110 | 1100100 | 101000 |
Color Harmonies of #CAB700
Complementary color
Monochromatic Colors of #CAB700
Black with #CAB700
Text Example
Text Example
White with #CAB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB700; }
p { color: rgb(202,183,0); }
H1.HeaderClassName
{
color: #CAB700;
}
.AnyTagClassName
{
color: #CAB700;
}
</style>
background-color css
<style>
a { background-color: #CAB700; }
a { background-color: rgb(202,183,0); }
div.DivClassName
{
background-color: #CAB700;
}
.BgClassName
{
background-color: #CAB700;
}
</style>
border-color css
<style>
span { border-color: #CAB700; }
span { border-color: rgb(202,183,0); }
td.TdClassName
{
border-color: #CAB700;
}
.TagClassName
{
border-color: #CAB700;
}
</style>