#DCE16E

Color #DCE16E Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DCE16E

Tints of Goldenrod #DCE16E

Color information

#DCE16E (or 0xDCE16E) is unknown color: approx Goldenrod. HEX triplet: DC, E1 and 6E. RGB value is (220,225,110). Sum of RGB (Red+Green+Blue) = 220+225+110=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE16E is #231E91. Grayscale: #D2D2D2. Windows color (decimal): -2301586 or 7266780. OLE color: 7266780.

HSL color Cylindrical-coordinate representation of color #DCE16E: hue angle of 62.61º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCE16E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB220225110-
CMYK0.0200.510.12
HSL62.61º65.71%65.69%-
HSV(B)62.61º51.11%88.24%-
XYZ59.2570.1925.18-
YUV210.471.34134.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 110 (43.36% from 255) = 19.82%
R=39.64%
G=40.54%
B=19.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251100.0200.510.1262.6165.7165.69
HexDCE16E2033C3f4242
Octal33434115620631477102102
Binary11011100111000011101110100110011110011111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE16E; }

 p { color: rgb(220,225,110); }

 H1.HeaderClassName
 {
   color: #DCE16E;
 }
 .AnyTagClassName
 {
   color: #DCE16E;
 }
</style>
background-color css

<style>
 a { background-color: #DCE16E; }

 a { background-color: rgb(220,225,110); }

 div.DivClassName
 {
   background-color: #DCE16E;
 }
 .BgClassName
 {
   background-color: #DCE16E;
 }
</style>
border-color css

<style>
 span { border-color: #DCE16E; }

 span { border-color: rgb(220,225,110); }

 td.TdClassName
 {
   border-color: #DCE16E;
 }
 .TagClassName
 {
   border-color: #DCE16E;
 }
</style>