Shades of Goldenrod #D1CB67
Tints of Goldenrod #D1CB67
RGB
CMYK
RGB Variations
Color information
#D1CB67 (or 0xD1CB67) is known color: Goldenrod. HEX triplet: D1, CB and 67. RGB value is (209,203,103). Sum of RGB (Red+Green+Blue) = 209+203+103=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB67 is #2E3498. Grayscale: #C1C1C1. Windows color (decimal): -3028121 or 6802385. OLE color: 6802385.
HSL color Cylindrical-coordinate representation of color #D1CB67: hue angle of 56.6º 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 #D1CB67 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 103 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.18 |
| HSL | 56.6º | 0.54% | 0.61% | - |
| HSV(B) | 56.6º | 0.51% | 0.82% | - |
| XYZ | 50.1 | 57.25 | 21.24 | - |
| YUV | 193.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 103 | 0 | 0.03 | 0.51 | 0.18 | 56.6 | 0.54 | 0.61 |
| Hex | D1 | CB | 67 | 0 | 3 | 33 | 12 | 39 | 36 | 3D |
| Octal | 321 | 313 | 147 | 0 | 3 | 63 | 22 | 71 | 66 | 75 |
| Binary | 11010001 | 11001011 | 1100111 | 0 | 11 | 110011 | 10010 | 111001 | 110110 | 111101 |
Color Harmonies of #D1CB67
Complementary color
Monochromatic Colors of #D1CB67
Black with #D1CB67
Text Example
Text Example
White with #D1CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB67; }
p { color: rgb(209,203,103); }
H1.HeaderClassName
{
color: #D1CB67;
}
.AnyTagClassName
{
color: #D1CB67;
}
</style>
background-color css
<style>
a { background-color: #D1CB67; }
a { background-color: rgb(209,203,103); }
div.DivClassName
{
background-color: #D1CB67;
}
.BgClassName
{
background-color: #D1CB67;
}
</style>
border-color css
<style>
span { border-color: #D1CB67; }
span { border-color: rgb(209,203,103); }
td.TdClassName
{
border-color: #D1CB67;
}
.TagClassName
{
border-color: #D1CB67;
}
</style>