Shades of Goldenrod #DCD768
Tints of Goldenrod #DCD768
RGB
CMYK
RGB Variations
Color information
#DCD768 (or 0xDCD768) is known color: Goldenrod. HEX triplet: DC, D7 and 68. RGB value is (220,215,104). Sum of RGB (Red+Green+Blue) = 220+215+104=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD768 is #232897. Grayscale: #CCCCCC. Windows color (decimal): -2304152 or 6871004. OLE color: 6871004.
HSL color Cylindrical-coordinate representation of color #DCD768: hue angle of 57.41º 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 #DCD768 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 104 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.14 |
| HSL | 57.41º | 0.62% | 0.64% | - |
| HSV(B) | 57.41º | 0.53% | 0.86% | - |
| XYZ | 56.31 | 64.82 | 22.64 | - |
| YUV | 203.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 104 | 0 | 0.02 | 0.53 | 0.14 | 57.41 | 0.62 | 0.64 |
| Hex | DC | D7 | 68 | 0 | 2 | 35 | E | 39 | 3E | 40 |
| Octal | 334 | 327 | 150 | 0 | 2 | 65 | 16 | 71 | 76 | 100 |
| Binary | 11011100 | 11010111 | 1101000 | 0 | 10 | 110101 | 1110 | 111001 | 111110 | 1000000 |
Color Harmonies of #DCD768
Complementary color
Monochromatic Colors of #DCD768
Black with #DCD768
Text Example
Text Example
White with #DCD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD768; }
p { color: rgb(220,215,104); }
H1.HeaderClassName
{
color: #DCD768;
}
.AnyTagClassName
{
color: #DCD768;
}
</style>
background-color css
<style>
a { background-color: #DCD768; }
a { background-color: rgb(220,215,104); }
div.DivClassName
{
background-color: #DCD768;
}
.BgClassName
{
background-color: #DCD768;
}
</style>
border-color css
<style>
span { border-color: #DCD768; }
span { border-color: rgb(220,215,104); }
td.TdClassName
{
border-color: #DCD768;
}
.TagClassName
{
border-color: #DCD768;
}
</style>