Shades of Goldenrod #DCD269
Tints of Goldenrod #DCD269
RGB
CMYK
RGB Variations
Color information
#DCD269 (or 0xDCD269) is known color: Goldenrod. HEX triplet: DC, D2 and 69. RGB value is (220,210,105). Sum of RGB (Red+Green+Blue) = 220+210+105=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD269 is #232D96. Grayscale: #C9C9C9. Windows color (decimal): -2305431 or 6935260. OLE color: 6935260.
HSL color Cylindrical-coordinate representation of color #DCD269: hue angle of 54.78º 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 #DCD269 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 105 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.14 |
| HSL | 54.78º | 0.62% | 0.64% | - |
| HSV(B) | 54.78º | 0.52% | 0.86% | - |
| XYZ | 55.11 | 62.33 | 22.49 | - |
| YUV | 201.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 105 | 0 | 0.05 | 0.52 | 0.14 | 54.78 | 0.62 | 0.64 |
| Hex | DC | D2 | 69 | 0 | 5 | 34 | E | 37 | 3E | 40 |
| Octal | 334 | 322 | 151 | 0 | 5 | 64 | 16 | 67 | 76 | 100 |
| Binary | 11011100 | 11010010 | 1101001 | 0 | 101 | 110100 | 1110 | 110111 | 111110 | 1000000 |
Color Harmonies of #DCD269
Complementary color
Monochromatic Colors of #DCD269
Black with #DCD269
Text Example
Text Example
White with #DCD269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD269; }
p { color: rgb(220,210,105); }
H1.HeaderClassName
{
color: #DCD269;
}
.AnyTagClassName
{
color: #DCD269;
}
</style>
background-color css
<style>
a { background-color: #DCD269; }
a { background-color: rgb(220,210,105); }
div.DivClassName
{
background-color: #DCD269;
}
.BgClassName
{
background-color: #DCD269;
}
</style>
border-color css
<style>
span { border-color: #DCD269; }
span { border-color: rgb(220,210,105); }
td.TdClassName
{
border-color: #DCD269;
}
.TagClassName
{
border-color: #DCD269;
}
</style>