Shades of Goldenrod #D5DF67
Tints of Goldenrod #D5DF67
RGB
CMYK
RGB Variations
Color information
#D5DF67 (or 0xD5DF67) is known color: Goldenrod. HEX triplet: D5, DF and 67. RGB value is (213,223,103). Sum of RGB (Red+Green+Blue) = 213+223+103=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF67 is #2A2098. Grayscale: #CECECE. Windows color (decimal): -2760857 or 6807509. OLE color: 6807509.
HSL color Cylindrical-coordinate representation of color #D5DF67: hue angle of 65º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5DF67 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 103 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.13 |
| HSL | 65º | 0.65% | 0.64% | - |
| HSV(B) | 65º | 0.54% | 0.87% | - |
| XYZ | 56.28 | 67.9 | 22.97 | - |
| YUV | 206.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 103 | 0.04 | 0 | 0.54 | 0.13 | 65 | 0.65 | 0.64 |
| Hex | D5 | DF | 67 | 4 | 0 | 36 | D | 41 | 41 | 40 |
| Octal | 325 | 337 | 147 | 4 | 0 | 66 | 15 | 101 | 101 | 100 |
| Binary | 11010101 | 11011111 | 1100111 | 100 | 0 | 110110 | 1101 | 1000001 | 1000001 | 1000000 |
Color Harmonies of #D5DF67
Complementary color
Monochromatic Colors of #D5DF67
Black with #D5DF67
Text Example
Text Example
White with #D5DF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF67; }
p { color: rgb(213,223,103); }
H1.HeaderClassName
{
color: #D5DF67;
}
.AnyTagClassName
{
color: #D5DF67;
}
</style>
background-color css
<style>
a { background-color: #D5DF67; }
a { background-color: rgb(213,223,103); }
div.DivClassName
{
background-color: #D5DF67;
}
.BgClassName
{
background-color: #D5DF67;
}
</style>
border-color css
<style>
span { border-color: #D5DF67; }
span { border-color: rgb(213,223,103); }
td.TdClassName
{
border-color: #D5DF67;
}
.TagClassName
{
border-color: #D5DF67;
}
</style>