Shades of Goldenrod #CADB6C
Tints of Goldenrod #CADB6C
RGB
CMYK
RGB Variations
Color information
#CADB6C (or 0xCADB6C) is known color: Goldenrod. HEX triplet: CA, DB and 6C. RGB value is (202,219,108). Sum of RGB (Red+Green+Blue) = 202+219+108=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB6C is #352493. Grayscale: #C9C9C9. Windows color (decimal): -3482772 or 7134154. OLE color: 7134154.
HSL color Cylindrical-coordinate representation of color #CADB6C: hue angle of 69.19º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CADB6C is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 108 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.14 |
| HSL | 69.19º | 0.61% | 0.64% | - |
| HSV(B) | 69.19º | 0.51% | 0.86% | - |
| XYZ | 52.4 | 64.3 | 23.84 | - |
| YUV | 201.26 | 75.37 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 108 | 0.08 | 0 | 0.51 | 0.14 | 69.19 | 0.61 | 0.64 |
| Hex | CA | DB | 6C | 8 | 0 | 33 | E | 45 | 3D | 40 |
| Octal | 312 | 333 | 154 | 10 | 0 | 63 | 16 | 105 | 75 | 100 |
| Binary | 11001010 | 11011011 | 1101100 | 1000 | 0 | 110011 | 1110 | 1000101 | 111101 | 1000000 |
Color Harmonies of #CADB6C
Complementary color
Monochromatic Colors of #CADB6C
Black with #CADB6C
Text Example
Text Example
White with #CADB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB6C; }
p { color: rgb(202,219,108); }
H1.HeaderClassName
{
color: #CADB6C;
}
.AnyTagClassName
{
color: #CADB6C;
}
</style>
background-color css
<style>
a { background-color: #CADB6C; }
a { background-color: rgb(202,219,108); }
div.DivClassName
{
background-color: #CADB6C;
}
.BgClassName
{
background-color: #CADB6C;
}
</style>
border-color css
<style>
span { border-color: #CADB6C; }
span { border-color: rgb(202,219,108); }
td.TdClassName
{
border-color: #CADB6C;
}
.TagClassName
{
border-color: #CADB6C;
}
</style>