Shades of Goldenrod #D4DF6A
Tints of Goldenrod #D4DF6A
RGB
CMYK
RGB Variations
Color information
#D4DF6A (or 0xD4DF6A) is known color: Goldenrod. HEX triplet: D4, DF and 6A. RGB value is (212,223,106). Sum of RGB (Red+Green+Blue) = 212+223+106=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF6A is #2B2095. Grayscale: #CECECE. Windows color (decimal): -2826390 or 7004116. OLE color: 7004116.
HSL color Cylindrical-coordinate representation of color #D4DF6A: hue angle of 65.64º degrees, saturation: 0.65, 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 #D4DF6A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 106 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.13 |
| HSL | 65.64º | 0.65% | 0.65% | - |
| HSV(B) | 65.64º | 0.52% | 0.87% | - |
| XYZ | 56.14 | 67.81 | 23.77 | - |
| YUV | 206.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 106 | 0.05 | 0 | 0.52 | 0.13 | 65.64 | 0.65 | 0.65 |
| Hex | D4 | DF | 6A | 5 | 0 | 34 | D | 42 | 41 | 41 |
| Octal | 324 | 337 | 152 | 5 | 0 | 64 | 15 | 102 | 101 | 101 |
| Binary | 11010100 | 11011111 | 1101010 | 101 | 0 | 110100 | 1101 | 1000010 | 1000001 | 1000001 |
Color Harmonies of #D4DF6A
Complementary color
Monochromatic Colors of #D4DF6A
Black with #D4DF6A
Text Example
Text Example
White with #D4DF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF6A; }
p { color: rgb(212,223,106); }
H1.HeaderClassName
{
color: #D4DF6A;
}
.AnyTagClassName
{
color: #D4DF6A;
}
</style>
background-color css
<style>
a { background-color: #D4DF6A; }
a { background-color: rgb(212,223,106); }
div.DivClassName
{
background-color: #D4DF6A;
}
.BgClassName
{
background-color: #D4DF6A;
}
</style>
border-color css
<style>
span { border-color: #D4DF6A; }
span { border-color: rgb(212,223,106); }
td.TdClassName
{
border-color: #D4DF6A;
}
.TagClassName
{
border-color: #D4DF6A;
}
</style>