Html Css Color HEX #DCE16E Goldenrod

📋 copy color: '#DCE16E'

red 220 ◦ green 225 ◦ blue 110

#DCE16E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DCE16E

Tints of Goldenrod #DCE16E

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 value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#DCE16E (or 0xDCE16E) is known color: 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

RGB 220 225 110 -
CMYK 0.02 0 0.51 0.12
HSL 62.61º 0.66% 0.66% -
HSV(B) 62.61º 0.51% 0.88% -
XYZ 59.25 70.19 25.18 -
YUV 210.4 71.34 134.85 -
System Red Green Blue C M Y K H S L
Decimal 220 225 110 0.02 0 0.51 0.12 62.61 0.66 0.66
Hex DC E1 6E 2 0 33 C 3F 42 42
Octal 334 341 156 2 0 63 14 77 102 102
Binary 11011100 11100001 1101110 10 0 110011 1100 111111 1000010 1000010

Color Harmonies of #DCE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE16E

Black with #DCE16E

Text Example


Text Example

White with #DCE16E

Text Example


Text Example

HTML Codes & Css Web 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>