#DCE376

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

Shades of Goldenrod #DCE376

Tints of Goldenrod #DCE376

Color information

#DCE376 (or 0xDCE376) is unknown color: approx Goldenrod. HEX triplet: DC, E3 and 76. RGB value is (220,227,118). Sum of RGB (Red+Green+Blue) = 220+227+118=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE376 is #231C89. Grayscale: #D4D4D4. Windows color (decimal): -2301066 or 7791580. OLE color: 7791580.

HSL color Cylindrical-coordinate representation of color #DCE376: hue angle of 63.85º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCE376 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB220227118-
CMYK0.0300.480.11
HSL63.85º66.06%67.65%-
HSV(B)63.85º48.02%89.02%-
XYZ60.2571.4627.76-
YUV212.4874.68133.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 227 (89.06% from 255) = 40.18%
BLUE value IS 118 (46.48% from 255) = 20.88%
R=38.94%
G=40.18%
B=20.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271180.0300.480.1163.8566.0667.65
HexDCE3763030B404244
Octal334343166306013100102104
Binary110111001110001111101101101100001011100000010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE376; }

 p { color: rgb(220,227,118); }

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

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

 a { background-color: rgb(220,227,118); }

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

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

 span { border-color: rgb(220,227,118); }

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