Shades of Goldenrod #D7E067
Tints of Goldenrod #D7E067
RGB
CMYK
RGB Variations
Color information
#D7E067 (or 0xD7E067) is known color: Goldenrod. HEX triplet: D7, E0 and 67. RGB value is (215,224,103). Sum of RGB (Red+Green+Blue) = 215+224+103=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E067 is #281F98. Grayscale: #CFCFCF. Windows color (decimal): -2629529 or 6807767. OLE color: 6807767.
HSL color Cylindrical-coordinate representation of color #D7E067: hue angle of 64.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7E067 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 103 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.12 |
| HSL | 64.46º | 0.66% | 0.64% | - |
| HSV(B) | 64.46º | 0.54% | 0.88% | - |
| XYZ | 57.13 | 68.74 | 23.09 | - |
| YUV | 207.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 103 | 0.04 | 0 | 0.54 | 0.12 | 64.46 | 0.66 | 0.64 |
| Hex | D7 | E0 | 67 | 4 | 0 | 36 | C | 40 | 42 | 40 |
| Octal | 327 | 340 | 147 | 4 | 0 | 66 | 14 | 100 | 102 | 100 |
| Binary | 11010111 | 11100000 | 1100111 | 100 | 0 | 110110 | 1100 | 1000000 | 1000010 | 1000000 |
Color Harmonies of #D7E067
Complementary color
Monochromatic Colors of #D7E067
Black with #D7E067
Text Example
Text Example
White with #D7E067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E067; }
p { color: rgb(215,224,103); }
H1.HeaderClassName
{
color: #D7E067;
}
.AnyTagClassName
{
color: #D7E067;
}
</style>
background-color css
<style>
a { background-color: #D7E067; }
a { background-color: rgb(215,224,103); }
div.DivClassName
{
background-color: #D7E067;
}
.BgClassName
{
background-color: #D7E067;
}
</style>
border-color css
<style>
span { border-color: #D7E067; }
span { border-color: rgb(215,224,103); }
td.TdClassName
{
border-color: #D7E067;
}
.TagClassName
{
border-color: #D7E067;
}
</style>