Shades of Goldenrod #D6D27A
Tints of Goldenrod #D6D27A
RGB
CMYK
RGB Variations
Color information
#D6D27A (or 0xD6D27A) is known color: Goldenrod. HEX triplet: D6, D2 and 7A. RGB value is (214,210,122). Sum of RGB (Red+Green+Blue) = 214+210+122=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D27A is #292D85. Grayscale: #C9C9C9. Windows color (decimal): -2698630 or 8049366. OLE color: 8049366.
HSL color Cylindrical-coordinate representation of color #D6D27A: hue angle of 57.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6D27A is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 122 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.16 |
| HSL | 57.39º | 0.53% | 0.66% | - |
| HSV(B) | 57.39º | 0.43% | 0.84% | - |
| XYZ | 54.29 | 61.79 | 27.48 | - |
| YUV | 201.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 122 | 0 | 0.02 | 0.43 | 0.16 | 57.39 | 0.53 | 0.66 |
| Hex | D6 | D2 | 7A | 0 | 2 | 2B | 10 | 39 | 35 | 42 |
| Octal | 326 | 322 | 172 | 0 | 2 | 53 | 20 | 71 | 65 | 102 |
| Binary | 11010110 | 11010010 | 1111010 | 0 | 10 | 101011 | 10000 | 111001 | 110101 | 1000010 |
Color Harmonies of #D6D27A
Complementary color
Monochromatic Colors of #D6D27A
Black with #D6D27A
Text Example
Text Example
White with #D6D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D27A; }
p { color: rgb(214,210,122); }
H1.HeaderClassName
{
color: #D6D27A;
}
.AnyTagClassName
{
color: #D6D27A;
}
</style>
background-color css
<style>
a { background-color: #D6D27A; }
a { background-color: rgb(214,210,122); }
div.DivClassName
{
background-color: #D6D27A;
}
.BgClassName
{
background-color: #D6D27A;
}
</style>
border-color css
<style>
span { border-color: #D6D27A; }
span { border-color: rgb(214,210,122); }
td.TdClassName
{
border-color: #D6D27A;
}
.TagClassName
{
border-color: #D6D27A;
}
</style>