Shades of Goldenrod #D3CD67
Tints of Goldenrod #D3CD67
RGB
CMYK
RGB Variations
Color information
#D3CD67 (or 0xD3CD67) is known color: Goldenrod. HEX triplet: D3, CD and 67. RGB value is (211,205,103). Sum of RGB (Red+Green+Blue) = 211+205+103=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD67 is #2C3298. Grayscale: #C3C3C3. Windows color (decimal): -2896537 or 6802899. OLE color: 6802899.
HSL color Cylindrical-coordinate representation of color #D3CD67: hue angle of 56.67º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3CD67 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 103 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.17 |
| HSL | 56.67º | 0.55% | 0.62% | - |
| HSV(B) | 56.67º | 0.51% | 0.83% | - |
| XYZ | 51.14 | 58.49 | 21.43 | - |
| YUV | 195.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 103 | 0 | 0.03 | 0.51 | 0.17 | 56.67 | 0.55 | 0.62 |
| Hex | D3 | CD | 67 | 0 | 3 | 33 | 11 | 39 | 37 | 3E |
| Octal | 323 | 315 | 147 | 0 | 3 | 63 | 21 | 71 | 67 | 76 |
| Binary | 11010011 | 11001101 | 1100111 | 0 | 11 | 110011 | 10001 | 111001 | 110111 | 111110 |
Color Harmonies of #D3CD67
Complementary color
Monochromatic Colors of #D3CD67
Black with #D3CD67
Text Example
Text Example
White with #D3CD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD67; }
p { color: rgb(211,205,103); }
H1.HeaderClassName
{
color: #D3CD67;
}
.AnyTagClassName
{
color: #D3CD67;
}
</style>
background-color css
<style>
a { background-color: #D3CD67; }
a { background-color: rgb(211,205,103); }
div.DivClassName
{
background-color: #D3CD67;
}
.BgClassName
{
background-color: #D3CD67;
}
</style>
border-color css
<style>
span { border-color: #D3CD67; }
span { border-color: rgb(211,205,103); }
td.TdClassName
{
border-color: #D3CD67;
}
.TagClassName
{
border-color: #D3CD67;
}
</style>