Shades of Goldenrod #D5DF6B
Tints of Goldenrod #D5DF6B
RGB
CMYK
RGB Variations
Color information
#D5DF6B (or 0xD5DF6B) is known color: Goldenrod. HEX triplet: D5, DF and 6B. RGB value is (213,223,107). Sum of RGB (Red+Green+Blue) = 213+223+107=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF6B is #2A2094. Grayscale: #CFCFCF. Windows color (decimal): -2760853 or 7069653. OLE color: 7069653.
HSL color Cylindrical-coordinate representation of color #D5DF6B: hue angle of 65.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5DF6B is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 107 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.13 |
| HSL | 65.17º | 0.64% | 0.65% | - |
| HSV(B) | 65.17º | 0.52% | 0.87% | - |
| XYZ | 56.48 | 67.98 | 24.06 | - |
| YUV | 206.79 | 71.69 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 107 | 0.04 | 0 | 0.52 | 0.13 | 65.17 | 0.64 | 0.65 |
| Hex | D5 | DF | 6B | 4 | 0 | 34 | D | 41 | 40 | 41 |
| Octal | 325 | 337 | 153 | 4 | 0 | 64 | 15 | 101 | 100 | 101 |
| Binary | 11010101 | 11011111 | 1101011 | 100 | 0 | 110100 | 1101 | 1000001 | 1000000 | 1000001 |
Color Harmonies of #D5DF6B
Complementary color
Monochromatic Colors of #D5DF6B
Black with #D5DF6B
Text Example
Text Example
White with #D5DF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF6B; }
p { color: rgb(213,223,107); }
H1.HeaderClassName
{
color: #D5DF6B;
}
.AnyTagClassName
{
color: #D5DF6B;
}
</style>
background-color css
<style>
a { background-color: #D5DF6B; }
a { background-color: rgb(213,223,107); }
div.DivClassName
{
background-color: #D5DF6B;
}
.BgClassName
{
background-color: #D5DF6B;
}
</style>
border-color css
<style>
span { border-color: #D5DF6B; }
span { border-color: rgb(213,223,107); }
td.TdClassName
{
border-color: #D5DF6B;
}
.TagClassName
{
border-color: #D5DF6B;
}
</style>