Shades of Goldenrod #DCDF72
Tints of Goldenrod #DCDF72
RGB
CMYK
RGB Variations
Color information
#DCDF72 (or 0xDCDF72) is known color: Goldenrod. HEX triplet: DC, DF and 72. RGB value is (220,223,114). Sum of RGB (Red+Green+Blue) = 220+223+114=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF72 is #23208D. Grayscale: #D2D2D2. Windows color (decimal): -2302094 or 7528412. OLE color: 7528412.
HSL color Cylindrical-coordinate representation of color #DCDF72: hue angle of 61.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCDF72 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 114 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.13 |
| HSL | 61.65º | 0.63% | 0.66% | - |
| HSV(B) | 61.65º | 0.49% | 0.87% | - |
| XYZ | 58.94 | 69.21 | 26.17 | - |
| YUV | 209.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 114 | 0.01 | 0 | 0.49 | 0.13 | 61.65 | 0.63 | 0.66 |
| Hex | DC | DF | 72 | 1 | 0 | 31 | D | 3E | 3F | 42 |
| Octal | 334 | 337 | 162 | 1 | 0 | 61 | 15 | 76 | 77 | 102 |
| Binary | 11011100 | 11011111 | 1110010 | 1 | 0 | 110001 | 1101 | 111110 | 111111 | 1000010 |
Color Harmonies of #DCDF72
Complementary color
Monochromatic Colors of #DCDF72
Black with #DCDF72
Text Example
Text Example
White with #DCDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF72; }
p { color: rgb(220,223,114); }
H1.HeaderClassName
{
color: #DCDF72;
}
.AnyTagClassName
{
color: #DCDF72;
}
</style>
background-color css
<style>
a { background-color: #DCDF72; }
a { background-color: rgb(220,223,114); }
div.DivClassName
{
background-color: #DCDF72;
}
.BgClassName
{
background-color: #DCDF72;
}
</style>
border-color css
<style>
span { border-color: #DCDF72; }
span { border-color: rgb(220,223,114); }
td.TdClassName
{
border-color: #DCDF72;
}
.TagClassName
{
border-color: #DCDF72;
}
</style>