Shades of Goldenrod #D3CD6A
Tints of Goldenrod #D3CD6A
RGB
CMYK
RGB Variations
Color information
#D3CD6A (or 0xD3CD6A) is known color: Goldenrod. HEX triplet: D3, CD and 6A. RGB value is (211,205,106). Sum of RGB (Red+Green+Blue) = 211+205+106=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD6A is #2C3295. Grayscale: #C3C3C3. Windows color (decimal): -2896534 or 6999507. OLE color: 6999507.
HSL color Cylindrical-coordinate representation of color #D3CD6A: hue angle of 56.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3CD6A is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 106 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.17 |
| HSL | 56.57º | 0.54% | 0.62% | - |
| HSV(B) | 56.57º | 0.5% | 0.83% | - |
| XYZ | 51.3 | 58.55 | 22.23 | - |
| YUV | 195.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 106 | 0 | 0.03 | 0.50 | 0.17 | 56.57 | 0.54 | 0.62 |
| Hex | D3 | CD | 6A | 0 | 3 | 32 | 11 | 39 | 36 | 3E |
| Octal | 323 | 315 | 152 | 0 | 3 | 62 | 21 | 71 | 66 | 76 |
| Binary | 11010011 | 11001101 | 1101010 | 0 | 11 | 110010 | 10001 | 111001 | 110110 | 111110 |
Color Harmonies of #D3CD6A
Complementary color
Monochromatic Colors of #D3CD6A
Black with #D3CD6A
Text Example
Text Example
White with #D3CD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD6A; }
p { color: rgb(211,205,106); }
H1.HeaderClassName
{
color: #D3CD6A;
}
.AnyTagClassName
{
color: #D3CD6A;
}
</style>
background-color css
<style>
a { background-color: #D3CD6A; }
a { background-color: rgb(211,205,106); }
div.DivClassName
{
background-color: #D3CD6A;
}
.BgClassName
{
background-color: #D3CD6A;
}
</style>
border-color css
<style>
span { border-color: #D3CD6A; }
span { border-color: rgb(211,205,106); }
td.TdClassName
{
border-color: #D3CD6A;
}
.TagClassName
{
border-color: #D3CD6A;
}
</style>