Shades of Goldenrod #DCD368
Tints of Goldenrod #DCD368
RGB
CMYK
RGB Variations
Color information
#DCD368 (or 0xDCD368) is known color: Goldenrod. HEX triplet: DC, D3 and 68. RGB value is (220,211,104). Sum of RGB (Red+Green+Blue) = 220+211+104=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD368 is #232C97. Grayscale: #C9C9C9. Windows color (decimal): -2305176 or 6869980. OLE color: 6869980.
HSL color Cylindrical-coordinate representation of color #DCD368: hue angle of 55.34º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCD368 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 104 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.14 |
| HSL | 55.34º | 0.62% | 0.64% | - |
| HSV(B) | 55.34º | 0.53% | 0.86% | - |
| XYZ | 55.31 | 62.8 | 22.3 | - |
| YUV | 201.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 104 | 0 | 0.04 | 0.53 | 0.14 | 55.34 | 0.62 | 0.64 |
| Hex | DC | D3 | 68 | 0 | 4 | 35 | E | 37 | 3E | 40 |
| Octal | 334 | 323 | 150 | 0 | 4 | 65 | 16 | 67 | 76 | 100 |
| Binary | 11011100 | 11010011 | 1101000 | 0 | 100 | 110101 | 1110 | 110111 | 111110 | 1000000 |
Color Harmonies of #DCD368
Complementary color
Monochromatic Colors of #DCD368
Black with #DCD368
Text Example
Text Example
White with #DCD368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD368; }
p { color: rgb(220,211,104); }
H1.HeaderClassName
{
color: #DCD368;
}
.AnyTagClassName
{
color: #DCD368;
}
</style>
background-color css
<style>
a { background-color: #DCD368; }
a { background-color: rgb(220,211,104); }
div.DivClassName
{
background-color: #DCD368;
}
.BgClassName
{
background-color: #DCD368;
}
</style>
border-color css
<style>
span { border-color: #DCD368; }
span { border-color: rgb(220,211,104); }
td.TdClassName
{
border-color: #DCD368;
}
.TagClassName
{
border-color: #DCD368;
}
</style>