Shades of Goldenrod #D1CF6B
Tints of Goldenrod #D1CF6B
RGB
CMYK
RGB Variations
Color information
#D1CF6B (or 0xD1CF6B) is known color: Goldenrod. HEX triplet: D1, CF and 6B. RGB value is (209,207,107). Sum of RGB (Red+Green+Blue) = 209+207+107=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF6B is #2E3094. Grayscale: #C4C4C4. Windows color (decimal): -3027093 or 7065553. OLE color: 7065553.
HSL color Cylindrical-coordinate representation of color #D1CF6B: hue angle of 58.82º 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 #D1CF6B is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 107 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.18 |
| HSL | 58.82º | 0.53% | 0.62% | - |
| HSV(B) | 58.82º | 0.49% | 0.82% | - |
| XYZ | 51.26 | 59.24 | 22.64 | - |
| YUV | 196.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 107 | 0 | 0.01 | 0.49 | 0.18 | 58.82 | 0.53 | 0.62 |
| Hex | D1 | CF | 6B | 0 | 1 | 31 | 12 | 3B | 35 | 3E |
| Octal | 321 | 317 | 153 | 0 | 1 | 61 | 22 | 73 | 65 | 76 |
| Binary | 11010001 | 11001111 | 1101011 | 0 | 1 | 110001 | 10010 | 111011 | 110101 | 111110 |
Color Harmonies of #D1CF6B
Complementary color
Monochromatic Colors of #D1CF6B
Black with #D1CF6B
Text Example
Text Example
White with #D1CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF6B; }
p { color: rgb(209,207,107); }
H1.HeaderClassName
{
color: #D1CF6B;
}
.AnyTagClassName
{
color: #D1CF6B;
}
</style>
background-color css
<style>
a { background-color: #D1CF6B; }
a { background-color: rgb(209,207,107); }
div.DivClassName
{
background-color: #D1CF6B;
}
.BgClassName
{
background-color: #D1CF6B;
}
</style>
border-color css
<style>
span { border-color: #D1CF6B; }
span { border-color: rgb(209,207,107); }
td.TdClassName
{
border-color: #D1CF6B;
}
.TagClassName
{
border-color: #D1CF6B;
}
</style>