Shades of Goldenrod #D1CD67
Tints of Goldenrod #D1CD67
RGB
CMYK
RGB Variations
Color information
#D1CD67 (or 0xD1CD67) is known color: Goldenrod. HEX triplet: D1, CD and 67. RGB value is (209,205,103). Sum of RGB (Red+Green+Blue) = 209+205+103=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD67 is #2E3298. Grayscale: #C2C2C2. Windows color (decimal): -3027609 or 6802897. OLE color: 6802897.
HSL color Cylindrical-coordinate representation of color #D1CD67: hue angle of 57.74º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1CD67 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 103 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.18 |
| HSL | 57.74º | 0.54% | 0.61% | - |
| HSV(B) | 57.74º | 0.51% | 0.82% | - |
| XYZ | 50.57 | 58.2 | 21.4 | - |
| YUV | 194.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 103 | 0 | 0.02 | 0.51 | 0.18 | 57.74 | 0.54 | 0.61 |
| Hex | D1 | CD | 67 | 0 | 2 | 33 | 12 | 3A | 36 | 3D |
| Octal | 321 | 315 | 147 | 0 | 2 | 63 | 22 | 72 | 66 | 75 |
| Binary | 11010001 | 11001101 | 1100111 | 0 | 10 | 110011 | 10010 | 111010 | 110110 | 111101 |
Color Harmonies of #D1CD67
Complementary color
Monochromatic Colors of #D1CD67
Black with #D1CD67
Text Example
Text Example
White with #D1CD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD67; }
p { color: rgb(209,205,103); }
H1.HeaderClassName
{
color: #D1CD67;
}
.AnyTagClassName
{
color: #D1CD67;
}
</style>
background-color css
<style>
a { background-color: #D1CD67; }
a { background-color: rgb(209,205,103); }
div.DivClassName
{
background-color: #D1CD67;
}
.BgClassName
{
background-color: #D1CD67;
}
</style>
border-color css
<style>
span { border-color: #D1CD67; }
span { border-color: rgb(209,205,103); }
td.TdClassName
{
border-color: #D1CD67;
}
.TagClassName
{
border-color: #D1CD67;
}
</style>