Shades of Goldenrod #D6CF6E
Tints of Goldenrod #D6CF6E
RGB
CMYK
RGB Variations
Color information
#D6CF6E (or 0xD6CF6E) is known color: Goldenrod. HEX triplet: D6, CF and 6E. RGB value is (214,207,110). Sum of RGB (Red+Green+Blue) = 214+207+110=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF6E is #293091. Grayscale: #C6C6C6. Windows color (decimal): -2699410 or 7262166. OLE color: 7262166.
HSL color Cylindrical-coordinate representation of color #D6CF6E: hue angle of 55.96º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6CF6E is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 110 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.16 |
| HSL | 55.96º | 0.56% | 0.64% | - |
| HSV(B) | 55.96º | 0.49% | 0.84% | - |
| XYZ | 52.86 | 60.05 | 23.56 | - |
| YUV | 198.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 110 | 0 | 0.03 | 0.49 | 0.16 | 55.96 | 0.56 | 0.64 |
| Hex | D6 | CF | 6E | 0 | 3 | 31 | 10 | 38 | 38 | 40 |
| Octal | 326 | 317 | 156 | 0 | 3 | 61 | 20 | 70 | 70 | 100 |
| Binary | 11010110 | 11001111 | 1101110 | 0 | 11 | 110001 | 10000 | 111000 | 111000 | 1000000 |
Color Harmonies of #D6CF6E
Complementary color
Monochromatic Colors of #D6CF6E
Black with #D6CF6E
Text Example
Text Example
White with #D6CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF6E; }
p { color: rgb(214,207,110); }
H1.HeaderClassName
{
color: #D6CF6E;
}
.AnyTagClassName
{
color: #D6CF6E;
}
</style>
background-color css
<style>
a { background-color: #D6CF6E; }
a { background-color: rgb(214,207,110); }
div.DivClassName
{
background-color: #D6CF6E;
}
.BgClassName
{
background-color: #D6CF6E;
}
</style>
border-color css
<style>
span { border-color: #D6CF6E; }
span { border-color: rgb(214,207,110); }
td.TdClassName
{
border-color: #D6CF6E;
}
.TagClassName
{
border-color: #D6CF6E;
}
</style>