Shades of Goldenrod #D3CC6F
Tints of Goldenrod #D3CC6F
RGB
CMYK
RGB Variations
Color information
#D3CC6F (or 0xD3CC6F) is known color: Goldenrod. HEX triplet: D3, CC and 6F. RGB value is (211,204,111). Sum of RGB (Red+Green+Blue) = 211+204+111=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC6F is #2C3390. Grayscale: #C3C3C3. Windows color (decimal): -2896785 or 7326931. OLE color: 7326931.
HSL color Cylindrical-coordinate representation of color #D3CC6F: hue angle of 55.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3CC6F is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 111 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.17 |
| HSL | 55.8º | 0.53% | 0.63% | - |
| HSV(B) | 55.8º | 0.47% | 0.83% | - |
| XYZ | 51.33 | 58.18 | 23.56 | - |
| YUV | 195.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 111 | 0 | 0.03 | 0.47 | 0.17 | 55.8 | 0.53 | 0.63 |
| Hex | D3 | CC | 6F | 0 | 3 | 2F | 11 | 38 | 35 | 3F |
| Octal | 323 | 314 | 157 | 0 | 3 | 57 | 21 | 70 | 65 | 77 |
| Binary | 11010011 | 11001100 | 1101111 | 0 | 11 | 101111 | 10001 | 111000 | 110101 | 111111 |
Color Harmonies of #D3CC6F
Complementary color
Monochromatic Colors of #D3CC6F
Black with #D3CC6F
Text Example
Text Example
White with #D3CC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CC6F; }
p { color: rgb(211,204,111); }
H1.HeaderClassName
{
color: #D3CC6F;
}
.AnyTagClassName
{
color: #D3CC6F;
}
</style>
background-color css
<style>
a { background-color: #D3CC6F; }
a { background-color: rgb(211,204,111); }
div.DivClassName
{
background-color: #D3CC6F;
}
.BgClassName
{
background-color: #D3CC6F;
}
</style>
border-color css
<style>
span { border-color: #D3CC6F; }
span { border-color: rgb(211,204,111); }
td.TdClassName
{
border-color: #D3CC6F;
}
.TagClassName
{
border-color: #D3CC6F;
}
</style>