Shades of Goldenrod #D3D767
Tints of Goldenrod #D3D767
RGB
CMYK
RGB Variations
Color information
#D3D767 (or 0xD3D767) is known color: Goldenrod. HEX triplet: D3, D7 and 67. RGB value is (211,215,103). Sum of RGB (Red+Green+Blue) = 211+215+103=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D767 is #2C2898. Grayscale: #C9C9C9. Windows color (decimal): -2893977 or 6805459. OLE color: 6805459.
HSL color Cylindrical-coordinate representation of color #D3D767: hue angle of 62.14º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3D767 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 103 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.16 |
| HSL | 62.14º | 0.58% | 0.62% | - |
| HSV(B) | 62.14º | 0.52% | 0.84% | - |
| XYZ | 53.61 | 63.43 | 22.25 | - |
| YUV | 201.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 103 | 0.02 | 0 | 0.52 | 0.16 | 62.14 | 0.58 | 0.62 |
| Hex | D3 | D7 | 67 | 2 | 0 | 34 | 10 | 3E | 3A | 3E |
| Octal | 323 | 327 | 147 | 2 | 0 | 64 | 20 | 76 | 72 | 76 |
| Binary | 11010011 | 11010111 | 1100111 | 10 | 0 | 110100 | 10000 | 111110 | 111010 | 111110 |
Color Harmonies of #D3D767
Complementary color
Monochromatic Colors of #D3D767
Black with #D3D767
Text Example
Text Example
White with #D3D767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D767; }
p { color: rgb(211,215,103); }
H1.HeaderClassName
{
color: #D3D767;
}
.AnyTagClassName
{
color: #D3D767;
}
</style>
background-color css
<style>
a { background-color: #D3D767; }
a { background-color: rgb(211,215,103); }
div.DivClassName
{
background-color: #D3D767;
}
.BgClassName
{
background-color: #D3D767;
}
</style>
border-color css
<style>
span { border-color: #D3D767; }
span { border-color: rgb(211,215,103); }
td.TdClassName
{
border-color: #D3D767;
}
.TagClassName
{
border-color: #D3D767;
}
</style>