Shades of Goldenrod #DCDF6B
Tints of Goldenrod #DCDF6B
RGB
CMYK
RGB Variations
Color information
#DCDF6B (or 0xDCDF6B) is known color: Goldenrod. HEX triplet: DC, DF and 6B. RGB value is (220,223,107). Sum of RGB (Red+Green+Blue) = 220+223+107=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF6B is #232094. Grayscale: #D1D1D1. Windows color (decimal): -2302101 or 7069660. OLE color: 7069660.
HSL color Cylindrical-coordinate representation of color #DCDF6B: hue angle of 61.55º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCDF6B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 107 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.13 |
| HSL | 61.55º | 0.64% | 0.65% | - |
| HSV(B) | 61.55º | 0.52% | 0.87% | - |
| XYZ | 58.56 | 69.05 | 24.15 | - |
| YUV | 208.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 107 | 0.01 | 0 | 0.52 | 0.13 | 61.55 | 0.64 | 0.65 |
| Hex | DC | DF | 6B | 1 | 0 | 34 | D | 3E | 40 | 41 |
| Octal | 334 | 337 | 153 | 1 | 0 | 64 | 15 | 76 | 100 | 101 |
| Binary | 11011100 | 11011111 | 1101011 | 1 | 0 | 110100 | 1101 | 111110 | 1000000 | 1000001 |
Color Harmonies of #DCDF6B
Complementary color
Monochromatic Colors of #DCDF6B
Black with #DCDF6B
Text Example
Text Example
White with #DCDF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF6B; }
p { color: rgb(220,223,107); }
H1.HeaderClassName
{
color: #DCDF6B;
}
.AnyTagClassName
{
color: #DCDF6B;
}
</style>
background-color css
<style>
a { background-color: #DCDF6B; }
a { background-color: rgb(220,223,107); }
div.DivClassName
{
background-color: #DCDF6B;
}
.BgClassName
{
background-color: #DCDF6B;
}
</style>
border-color css
<style>
span { border-color: #DCDF6B; }
span { border-color: rgb(220,223,107); }
td.TdClassName
{
border-color: #DCDF6B;
}
.TagClassName
{
border-color: #DCDF6B;
}
</style>