Shades of Goldenrod #D7DC66
Tints of Goldenrod #D7DC66
RGB
CMYK
RGB Variations
Color information
#D7DC66 (or 0xD7DC66) is known color: Goldenrod. HEX triplet: D7, DC and 66. RGB value is (215,220,102). Sum of RGB (Red+Green+Blue) = 215+220+102=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DC66 is #282399. Grayscale: #CDCDCD. Windows color (decimal): -2630554 or 6741207. OLE color: 6741207.
HSL color Cylindrical-coordinate representation of color #D7DC66: hue angle of 62.54º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7DC66 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 102 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.14 |
| HSL | 62.54º | 0.63% | 0.63% | - |
| HSV(B) | 62.54º | 0.54% | 0.86% | - |
| XYZ | 56.02 | 66.59 | 22.47 | - |
| YUV | 205.05 | 69.84 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 102 | 0.02 | 0 | 0.54 | 0.14 | 62.54 | 0.63 | 0.63 |
| Hex | D7 | DC | 66 | 2 | 0 | 36 | E | 3F | 3F | 3F |
| Octal | 327 | 334 | 146 | 2 | 0 | 66 | 16 | 77 | 77 | 77 |
| Binary | 11010111 | 11011100 | 1100110 | 10 | 0 | 110110 | 1110 | 111111 | 111111 | 111111 |
Color Harmonies of #D7DC66
Complementary color
Monochromatic Colors of #D7DC66
Black with #D7DC66
Text Example
Text Example
White with #D7DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DC66; }
p { color: rgb(215,220,102); }
H1.HeaderClassName
{
color: #D7DC66;
}
.AnyTagClassName
{
color: #D7DC66;
}
</style>
background-color css
<style>
a { background-color: #D7DC66; }
a { background-color: rgb(215,220,102); }
div.DivClassName
{
background-color: #D7DC66;
}
.BgClassName
{
background-color: #D7DC66;
}
</style>
border-color css
<style>
span { border-color: #D7DC66; }
span { border-color: rgb(215,220,102); }
td.TdClassName
{
border-color: #D7DC66;
}
.TagClassName
{
border-color: #D7DC66;
}
</style>