Shades of Goldenrod #DCD268
Tints of Goldenrod #DCD268
RGB
CMYK
RGB Variations
Color information
#DCD268 (or 0xDCD268) is known color: Goldenrod. HEX triplet: DC, D2 and 68. RGB value is (220,210,104). Sum of RGB (Red+Green+Blue) = 220+210+104=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD268 is #232D97. Grayscale: #C9C9C9. Windows color (decimal): -2305432 or 6869724. OLE color: 6869724.
HSL color Cylindrical-coordinate representation of color #DCD268: hue angle of 54.83º 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 #DCD268 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 104 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.14 |
| HSL | 54.83º | 0.62% | 0.64% | - |
| HSV(B) | 54.83º | 0.53% | 0.86% | - |
| XYZ | 55.06 | 62.31 | 22.22 | - |
| YUV | 200.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 104 | 0 | 0.05 | 0.53 | 0.14 | 54.83 | 0.62 | 0.64 |
| Hex | DC | D2 | 68 | 0 | 5 | 35 | E | 37 | 3E | 40 |
| Octal | 334 | 322 | 150 | 0 | 5 | 65 | 16 | 67 | 76 | 100 |
| Binary | 11011100 | 11010010 | 1101000 | 0 | 101 | 110101 | 1110 | 110111 | 111110 | 1000000 |
Color Harmonies of #DCD268
Complementary color
Monochromatic Colors of #DCD268
Black with #DCD268
Text Example
Text Example
White with #DCD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD268; }
p { color: rgb(220,210,104); }
H1.HeaderClassName
{
color: #DCD268;
}
.AnyTagClassName
{
color: #DCD268;
}
</style>
background-color css
<style>
a { background-color: #DCD268; }
a { background-color: rgb(220,210,104); }
div.DivClassName
{
background-color: #DCD268;
}
.BgClassName
{
background-color: #DCD268;
}
</style>
border-color css
<style>
span { border-color: #DCD268; }
span { border-color: rgb(220,210,104); }
td.TdClassName
{
border-color: #DCD268;
}
.TagClassName
{
border-color: #DCD268;
}
</style>