Shades of Goldenrod #DCE272
Tints of Goldenrod #DCE272
RGB
CMYK
RGB Variations
Color information
#DCE272 (or 0xDCE272) is known color: Goldenrod. HEX triplet: DC, E2 and 72. RGB value is (220,226,114). Sum of RGB (Red+Green+Blue) = 220+226+114=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE272 is #231D8D. Grayscale: #D3D3D3. Windows color (decimal): -2301326 or 7529180. OLE color: 7529180.
HSL color Cylindrical-coordinate representation of color #DCE272: hue angle of 63.21º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE272 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 114 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.11 |
| HSL | 63.21º | 0.66% | 0.67% | - |
| HSV(B) | 63.21º | 0.5% | 0.89% | - |
| XYZ | 59.75 | 70.82 | 26.44 | - |
| YUV | 211.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 114 | 0.03 | 0 | 0.50 | 0.11 | 63.21 | 0.66 | 0.67 |
| Hex | DC | E2 | 72 | 3 | 0 | 32 | B | 3F | 42 | 43 |
| Octal | 334 | 342 | 162 | 3 | 0 | 62 | 13 | 77 | 102 | 103 |
| Binary | 11011100 | 11100010 | 1110010 | 11 | 0 | 110010 | 1011 | 111111 | 1000010 | 1000011 |
Color Harmonies of #DCE272
Complementary color
Monochromatic Colors of #DCE272
Black with #DCE272
Text Example
Text Example
White with #DCE272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE272; }
p { color: rgb(220,226,114); }
H1.HeaderClassName
{
color: #DCE272;
}
.AnyTagClassName
{
color: #DCE272;
}
</style>
background-color css
<style>
a { background-color: #DCE272; }
a { background-color: rgb(220,226,114); }
div.DivClassName
{
background-color: #DCE272;
}
.BgClassName
{
background-color: #DCE272;
}
</style>
border-color css
<style>
span { border-color: #DCE272; }
span { border-color: rgb(220,226,114); }
td.TdClassName
{
border-color: #DCE272;
}
.TagClassName
{
border-color: #DCE272;
}
</style>