Shades of Goldenrod #D6CD63
Tints of Goldenrod #D6CD63
RGB
CMYK
RGB Variations
Color information
#D6CD63 (or 0xD6CD63) is known color: Goldenrod. HEX triplet: D6, CD and 63. RGB value is (214,205,99). Sum of RGB (Red+Green+Blue) = 214+205+99=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD63 is #29329C. Grayscale: #C4C4C4. Windows color (decimal): -2699933 or 6540758. OLE color: 6540758.
HSL color Cylindrical-coordinate representation of color #D6CD63: hue angle of 55.3º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6CD63 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 99 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.16 |
| HSL | 55.3º | 0.58% | 0.61% | - |
| HSV(B) | 55.3º | 0.54% | 0.84% | - |
| XYZ | 51.82 | 58.86 | 20.43 | - |
| YUV | 195.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 99 | 0 | 0.04 | 0.54 | 0.16 | 55.3 | 0.58 | 0.61 |
| Hex | D6 | CD | 63 | 0 | 4 | 36 | 10 | 37 | 3A | 3D |
| Octal | 326 | 315 | 143 | 0 | 4 | 66 | 20 | 67 | 72 | 75 |
| Binary | 11010110 | 11001101 | 1100011 | 0 | 100 | 110110 | 10000 | 110111 | 111010 | 111101 |
Color Harmonies of #D6CD63
Complementary color
Monochromatic Colors of #D6CD63
Black with #D6CD63
Text Example
Text Example
White with #D6CD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CD63; }
p { color: rgb(214,205,99); }
H1.HeaderClassName
{
color: #D6CD63;
}
.AnyTagClassName
{
color: #D6CD63;
}
</style>
background-color css
<style>
a { background-color: #D6CD63; }
a { background-color: rgb(214,205,99); }
div.DivClassName
{
background-color: #D6CD63;
}
.BgClassName
{
background-color: #D6CD63;
}
</style>
border-color css
<style>
span { border-color: #D6CD63; }
span { border-color: rgb(214,205,99); }
td.TdClassName
{
border-color: #D6CD63;
}
.TagClassName
{
border-color: #D6CD63;
}
</style>