Shades of Goldenrod #DCDF75
Tints of Goldenrod #DCDF75
RGB
CMYK
RGB Variations
Color information
#DCDF75 (or 0xDCDF75) is known color: Goldenrod. HEX triplet: DC, DF and 75. RGB value is (220,223,117). Sum of RGB (Red+Green+Blue) = 220+223+117=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF75 is #23208A. Grayscale: #D2D2D2. Windows color (decimal): -2302091 or 7725020. OLE color: 7725020.
HSL color Cylindrical-coordinate representation of color #DCDF75: hue angle of 61.7º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCDF75 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 117 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.13 |
| HSL | 61.7º | 0.62% | 0.67% | - |
| HSV(B) | 61.7º | 0.48% | 0.87% | - |
| XYZ | 59.11 | 69.28 | 27.09 | - |
| YUV | 210.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 117 | 0.01 | 0 | 0.48 | 0.13 | 61.7 | 0.62 | 0.67 |
| Hex | DC | DF | 75 | 1 | 0 | 30 | D | 3E | 3E | 43 |
| Octal | 334 | 337 | 165 | 1 | 0 | 60 | 15 | 76 | 76 | 103 |
| Binary | 11011100 | 11011111 | 1110101 | 1 | 0 | 110000 | 1101 | 111110 | 111110 | 1000011 |
Color Harmonies of #DCDF75
Complementary color
Monochromatic Colors of #DCDF75
Black with #DCDF75
Text Example
Text Example
White with #DCDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF75; }
p { color: rgb(220,223,117); }
H1.HeaderClassName
{
color: #DCDF75;
}
.AnyTagClassName
{
color: #DCDF75;
}
</style>
background-color css
<style>
a { background-color: #DCDF75; }
a { background-color: rgb(220,223,117); }
div.DivClassName
{
background-color: #DCDF75;
}
.BgClassName
{
background-color: #DCDF75;
}
</style>
border-color css
<style>
span { border-color: #DCDF75; }
span { border-color: rgb(220,223,117); }
td.TdClassName
{
border-color: #DCDF75;
}
.TagClassName
{
border-color: #DCDF75;
}
</style>