Shades of Goldenrod #CADA6C
Tints of Goldenrod #CADA6C
RGB
CMYK
RGB Variations
Color information
#CADA6C (or 0xCADA6C) is known color: Goldenrod. HEX triplet: CA, DA and 6C. RGB value is (202,218,108). Sum of RGB (Red+Green+Blue) = 202+218+108=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA6C is #352593. Grayscale: #C9C9C9. Windows color (decimal): -3483028 or 7133898. OLE color: 7133898.
HSL color Cylindrical-coordinate representation of color #CADA6C: hue angle of 68.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CADA6C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 108 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.15 |
| HSL | 68.73º | 0.6% | 0.64% | - |
| HSV(B) | 68.73º | 0.5% | 0.85% | - |
| XYZ | 52.14 | 63.78 | 23.75 | - |
| YUV | 200.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 108 | 0.07 | 0 | 0.50 | 0.15 | 68.73 | 0.6 | 0.64 |
| Hex | CA | DA | 6C | 7 | 0 | 32 | F | 45 | 3C | 40 |
| Octal | 312 | 332 | 154 | 7 | 0 | 62 | 17 | 105 | 74 | 100 |
| Binary | 11001010 | 11011010 | 1101100 | 111 | 0 | 110010 | 1111 | 1000101 | 111100 | 1000000 |
Color Harmonies of #CADA6C
Complementary color
Monochromatic Colors of #CADA6C
Black with #CADA6C
Text Example
Text Example
White with #CADA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA6C; }
p { color: rgb(202,218,108); }
H1.HeaderClassName
{
color: #CADA6C;
}
.AnyTagClassName
{
color: #CADA6C;
}
</style>
background-color css
<style>
a { background-color: #CADA6C; }
a { background-color: rgb(202,218,108); }
div.DivClassName
{
background-color: #CADA6C;
}
.BgClassName
{
background-color: #CADA6C;
}
</style>
border-color css
<style>
span { border-color: #CADA6C; }
span { border-color: rgb(202,218,108); }
td.TdClassName
{
border-color: #CADA6C;
}
.TagClassName
{
border-color: #CADA6C;
}
</style>