Shades of Goldenrod #DCD669
Tints of Goldenrod #DCD669
RGB
CMYK
RGB Variations
Color information
#DCD669 (or 0xDCD669) is known color: Goldenrod. HEX triplet: DC, D6 and 69. RGB value is (220,214,105). Sum of RGB (Red+Green+Blue) = 220+214+105=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD669 is #232996. Grayscale: #CBCBCB. Windows color (decimal): -2304407 or 6936284. OLE color: 6936284.
HSL color Cylindrical-coordinate representation of color #DCD669: hue angle of 56.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCD669 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 105 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.14 |
| HSL | 56.87º | 0.62% | 0.64% | - |
| HSV(B) | 56.87º | 0.52% | 0.86% | - |
| XYZ | 56.11 | 64.33 | 22.82 | - |
| YUV | 203.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 105 | 0 | 0.03 | 0.52 | 0.14 | 56.87 | 0.62 | 0.64 |
| Hex | DC | D6 | 69 | 0 | 3 | 34 | E | 39 | 3E | 40 |
| Octal | 334 | 326 | 151 | 0 | 3 | 64 | 16 | 71 | 76 | 100 |
| Binary | 11011100 | 11010110 | 1101001 | 0 | 11 | 110100 | 1110 | 111001 | 111110 | 1000000 |
Color Harmonies of #DCD669
Complementary color
Monochromatic Colors of #DCD669
Black with #DCD669
Text Example
Text Example
White with #DCD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD669; }
p { color: rgb(220,214,105); }
H1.HeaderClassName
{
color: #DCD669;
}
.AnyTagClassName
{
color: #DCD669;
}
</style>
background-color css
<style>
a { background-color: #DCD669; }
a { background-color: rgb(220,214,105); }
div.DivClassName
{
background-color: #DCD669;
}
.BgClassName
{
background-color: #DCD669;
}
</style>
border-color css
<style>
span { border-color: #DCD669; }
span { border-color: rgb(220,214,105); }
td.TdClassName
{
border-color: #DCD669;
}
.TagClassName
{
border-color: #DCD669;
}
</style>