Shades of Goldenrod #CADA70
Tints of Goldenrod #CADA70
RGB
CMYK
RGB Variations
Color information
#CADA70 (or 0xCADA70) is known color: Goldenrod. HEX triplet: CA, DA and 70. RGB value is (202,218,112). Sum of RGB (Red+Green+Blue) = 202+218+112=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA70 is #35258F. Grayscale: #C9C9C9. Windows color (decimal): -3483024 or 7396042. OLE color: 7396042.
HSL color Cylindrical-coordinate representation of color #CADA70: hue angle of 69.06º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CADA70 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 112 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.15 |
| HSL | 69.06º | 0.59% | 0.65% | - |
| HSV(B) | 69.06º | 0.49% | 0.85% | - |
| XYZ | 52.35 | 63.87 | 24.9 | - |
| YUV | 201.13 | 77.7 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 112 | 0.07 | 0 | 0.49 | 0.15 | 69.06 | 0.59 | 0.65 |
| Hex | CA | DA | 70 | 7 | 0 | 31 | F | 45 | 3B | 41 |
| Octal | 312 | 332 | 160 | 7 | 0 | 61 | 17 | 105 | 73 | 101 |
| Binary | 11001010 | 11011010 | 1110000 | 111 | 0 | 110001 | 1111 | 1000101 | 111011 | 1000001 |
Color Harmonies of #CADA70
Complementary color
Monochromatic Colors of #CADA70
Black with #CADA70
Text Example
Text Example
White with #CADA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA70; }
p { color: rgb(202,218,112); }
H1.HeaderClassName
{
color: #CADA70;
}
.AnyTagClassName
{
color: #CADA70;
}
</style>
background-color css
<style>
a { background-color: #CADA70; }
a { background-color: rgb(202,218,112); }
div.DivClassName
{
background-color: #CADA70;
}
.BgClassName
{
background-color: #CADA70;
}
</style>
border-color css
<style>
span { border-color: #CADA70; }
span { border-color: rgb(202,218,112); }
td.TdClassName
{
border-color: #CADA70;
}
.TagClassName
{
border-color: #CADA70;
}
</style>