Shades of Rio Grande #CADA0D
Tints of Rio Grande #CADA0D
RGB
CMYK
RGB Variations
Color information
#CADA0D (or 0xCADA0D) is known color: Rio Grande. HEX triplet: CA, DA and 0D. RGB value is (202,218,13). Sum of RGB (Red+Green+Blue) = 202+218+13=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADA0D is #3525F2. Grayscale: #BEBEBE. Windows color (decimal): -3483123 or 907978. OLE color: 907978.
HSL color Cylindrical-coordinate representation of color #CADA0D: hue angle of 64.68º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CADA0D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.15 |
| HSL | 64.68º | 0.89% | 0.45% | - |
| HSV(B) | 64.68º | 0.94% | 0.85% | - |
| XYZ | 49.5 | 62.73 | 9.88 | - |
| YUV | 189.85 | 28.2 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 13 | 0.07 | 0 | 0.94 | 0.15 | 64.68 | 0.89 | 0.45 |
| Hex | CA | DA | D | 7 | 0 | 5E | F | 41 | 59 | 2D |
| Octal | 312 | 332 | 15 | 7 | 0 | 136 | 17 | 101 | 131 | 55 |
| Binary | 11001010 | 11011010 | 1101 | 111 | 0 | 1011110 | 1111 | 1000001 | 1011001 | 101101 |
Color Harmonies of #CADA0D
Complementary color
Monochromatic Colors of #CADA0D
Black with #CADA0D
Text Example
Text Example
White with #CADA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA0D; }
p { color: rgb(202,218,13); }
H1.HeaderClassName
{
color: #CADA0D;
}
.AnyTagClassName
{
color: #CADA0D;
}
</style>
background-color css
<style>
a { background-color: #CADA0D; }
a { background-color: rgb(202,218,13); }
div.DivClassName
{
background-color: #CADA0D;
}
.BgClassName
{
background-color: #CADA0D;
}
</style>
border-color css
<style>
span { border-color: #CADA0D; }
span { border-color: rgb(202,218,13); }
td.TdClassName
{
border-color: #CADA0D;
}
.TagClassName
{
border-color: #CADA0D;
}
</style>