Shades of Goldenrod #D1CE6A
Tints of Goldenrod #D1CE6A
RGB
CMYK
RGB Variations
Color information
#D1CE6A (or 0xD1CE6A) is known color: Goldenrod. HEX triplet: D1, CE and 6A. RGB value is (209,206,106). Sum of RGB (Red+Green+Blue) = 209+206+106=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CE6A is #2E3195. Grayscale: #C3C3C3. Windows color (decimal): -3027350 or 6999761. OLE color: 6999761.
HSL color Cylindrical-coordinate representation of color #D1CE6A: hue angle of 58.25º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1CE6A is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 106 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.18 |
| HSL | 58.25º | 0.53% | 0.62% | - |
| HSV(B) | 58.25º | 0.49% | 0.82% | - |
| XYZ | 50.97 | 58.74 | 22.29 | - |
| YUV | 195.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 106 | 0 | 0.01 | 0.49 | 0.18 | 58.25 | 0.53 | 0.62 |
| Hex | D1 | CE | 6A | 0 | 1 | 31 | 12 | 3A | 35 | 3E |
| Octal | 321 | 316 | 152 | 0 | 1 | 61 | 22 | 72 | 65 | 76 |
| Binary | 11010001 | 11001110 | 1101010 | 0 | 1 | 110001 | 10010 | 111010 | 110101 | 111110 |
Color Harmonies of #D1CE6A
Complementary color
Monochromatic Colors of #D1CE6A
Black with #D1CE6A
Text Example
Text Example
White with #D1CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE6A; }
p { color: rgb(209,206,106); }
H1.HeaderClassName
{
color: #D1CE6A;
}
.AnyTagClassName
{
color: #D1CE6A;
}
</style>
background-color css
<style>
a { background-color: #D1CE6A; }
a { background-color: rgb(209,206,106); }
div.DivClassName
{
background-color: #D1CE6A;
}
.BgClassName
{
background-color: #D1CE6A;
}
</style>
border-color css
<style>
span { border-color: #D1CE6A; }
span { border-color: rgb(209,206,106); }
td.TdClassName
{
border-color: #D1CE6A;
}
.TagClassName
{
border-color: #D1CE6A;
}
</style>