#DCE17C

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

Shades of Goldenrod #DCE17C

Tints of Goldenrod #DCE17C

Color information

#DCE17C (or 0xDCE17C) is unknown color: approx Goldenrod. HEX triplet: DC, E1 and 7C. RGB value is (220,225,124). Sum of RGB (Red+Green+Blue) = 220+225+124=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE17C is #231E83. Grayscale: #D4D4D4. Windows color (decimal): -2301572 or 8184284. OLE color: 8184284.

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

Color convert

RGB220225124-
CMYK0.0200.450.12
HSL62.97º62.73%68.43%-
HSV(B)62.97º44.89%88.24%-
XYZ60.0870.5229.51-
YUV211.9978.34133.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 225 (88.28% from 255) = 39.54%
BLUE value IS 124 (48.83% from 255) = 21.79%
R=38.66%
G=39.54%
B=21.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251240.0200.450.1262.9762.7368.43
HexDCE17C202DC3f3f44
Octal3343411742055147777104
Binary1101110011100001111110010010110111001111111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE17C; }

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

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

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

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

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

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

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

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