Shades of Goldenrod #DCDD6B
Tints of Goldenrod #DCDD6B
RGB
CMYK
RGB Variations
Color information
#DCDD6B (or 0xDCDD6B) is known color: Goldenrod. HEX triplet: DC, DD and 6B. RGB value is (220,221,107). Sum of RGB (Red+Green+Blue) = 220+221+107=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD6B is #232294. Grayscale: #D0D0D0. Windows color (decimal): -2302613 or 7069148. OLE color: 7069148.
HSL color Cylindrical-coordinate representation of color #DCDD6B: hue angle of 60.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCDD6B is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 107 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.13 |
| HSL | 60.53º | 0.63% | 0.64% | - |
| HSV(B) | 60.53º | 0.52% | 0.87% | - |
| XYZ | 58.03 | 67.99 | 23.98 | - |
| YUV | 207.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 107 | 0.00 | 0 | 0.52 | 0.13 | 60.53 | 0.63 | 0.64 |
| Hex | DC | DD | 6B | 0 | 0 | 34 | D | 3D | 3F | 40 |
| Octal | 334 | 335 | 153 | 0 | 0 | 64 | 15 | 75 | 77 | 100 |
| Binary | 11011100 | 11011101 | 1101011 | 0 | 0 | 110100 | 1101 | 111101 | 111111 | 1000000 |
Color Harmonies of #DCDD6B
Complementary color
Monochromatic Colors of #DCDD6B
Black with #DCDD6B
Text Example
Text Example
White with #DCDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD6B; }
p { color: rgb(220,221,107); }
H1.HeaderClassName
{
color: #DCDD6B;
}
.AnyTagClassName
{
color: #DCDD6B;
}
</style>
background-color css
<style>
a { background-color: #DCDD6B; }
a { background-color: rgb(220,221,107); }
div.DivClassName
{
background-color: #DCDD6B;
}
.BgClassName
{
background-color: #DCDD6B;
}
</style>
border-color css
<style>
span { border-color: #DCDD6B; }
span { border-color: rgb(220,221,107); }
td.TdClassName
{
border-color: #DCDD6B;
}
.TagClassName
{
border-color: #DCDD6B;
}
</style>