Shades of Goldenrod #CADB6E
Tints of Goldenrod #CADB6E
RGB
CMYK
RGB Variations
Color information
#CADB6E (or 0xCADB6E) is known color: Goldenrod. HEX triplet: CA, DB and 6E. RGB value is (202,219,110). Sum of RGB (Red+Green+Blue) = 202+219+110=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB6E is #352491. Grayscale: #C9C9C9. Windows color (decimal): -3482770 or 7265226. OLE color: 7265226.
HSL color Cylindrical-coordinate representation of color #CADB6E: hue angle of 69.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CADB6E is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 110 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.14 |
| HSL | 69.36º | 0.6% | 0.65% | - |
| HSV(B) | 69.36º | 0.5% | 0.86% | - |
| XYZ | 52.5 | 64.35 | 24.4 | - |
| YUV | 201.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 110 | 0.08 | 0 | 0.50 | 0.14 | 69.36 | 0.6 | 0.65 |
| Hex | CA | DB | 6E | 8 | 0 | 32 | E | 45 | 3C | 41 |
| Octal | 312 | 333 | 156 | 10 | 0 | 62 | 16 | 105 | 74 | 101 |
| Binary | 11001010 | 11011011 | 1101110 | 1000 | 0 | 110010 | 1110 | 1000101 | 111100 | 1000001 |
Color Harmonies of #CADB6E
Complementary color
Monochromatic Colors of #CADB6E
Black with #CADB6E
Text Example
Text Example
White with #CADB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB6E; }
p { color: rgb(202,219,110); }
H1.HeaderClassName
{
color: #CADB6E;
}
.AnyTagClassName
{
color: #CADB6E;
}
</style>
background-color css
<style>
a { background-color: #CADB6E; }
a { background-color: rgb(202,219,110); }
div.DivClassName
{
background-color: #CADB6E;
}
.BgClassName
{
background-color: #CADB6E;
}
</style>
border-color css
<style>
span { border-color: #CADB6E; }
span { border-color: rgb(202,219,110); }
td.TdClassName
{
border-color: #CADB6E;
}
.TagClassName
{
border-color: #CADB6E;
}
</style>