Shades of Goldenrod #D3CC6B
Tints of Goldenrod #D3CC6B
RGB
CMYK
RGB Variations
Color information
#D3CC6B (or 0xD3CC6B) is known color: Goldenrod. HEX triplet: D3, CC and 6B. RGB value is (211,204,107). Sum of RGB (Red+Green+Blue) = 211+204+107=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC6B is #2C3394. Grayscale: #C3C3C3. Windows color (decimal): -2896789 or 7064787. OLE color: 7064787.
HSL color Cylindrical-coordinate representation of color #D3CC6B: hue angle of 55.96º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3CC6B is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 107 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.17 |
| HSL | 55.96º | 0.54% | 0.62% | - |
| HSV(B) | 55.96º | 0.49% | 0.83% | - |
| XYZ | 51.11 | 58.1 | 22.43 | - |
| YUV | 195.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 107 | 0 | 0.03 | 0.49 | 0.17 | 55.96 | 0.54 | 0.62 |
| Hex | D3 | CC | 6B | 0 | 3 | 31 | 11 | 38 | 36 | 3E |
| Octal | 323 | 314 | 153 | 0 | 3 | 61 | 21 | 70 | 66 | 76 |
| Binary | 11010011 | 11001100 | 1101011 | 0 | 11 | 110001 | 10001 | 111000 | 110110 | 111110 |
Color Harmonies of #D3CC6B
Complementary color
Monochromatic Colors of #D3CC6B
Black with #D3CC6B
Text Example
Text Example
White with #D3CC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CC6B; }
p { color: rgb(211,204,107); }
H1.HeaderClassName
{
color: #D3CC6B;
}
.AnyTagClassName
{
color: #D3CC6B;
}
</style>
background-color css
<style>
a { background-color: #D3CC6B; }
a { background-color: rgb(211,204,107); }
div.DivClassName
{
background-color: #D3CC6B;
}
.BgClassName
{
background-color: #D3CC6B;
}
</style>
border-color css
<style>
span { border-color: #D3CC6B; }
span { border-color: rgb(211,204,107); }
td.TdClassName
{
border-color: #D3CC6B;
}
.TagClassName
{
border-color: #D3CC6B;
}
</style>