#DCE17D

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

Shades of Goldenrod #DCE17D

Tints of Goldenrod #DCE17D

Color information

#DCE17D (or 0xDCE17D) is unknown color: approx Goldenrod. HEX triplet: DC, E1 and 7D. RGB value is (220,225,125). Sum of RGB (Red+Green+Blue) = 220+225+125=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE17D is #231E82. Grayscale: #D4D4D4. Windows color (decimal): -2301571 or 8249820. OLE color: 8249820.

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

Color convert

RGB220225125-
CMYK0.0200.440.12
HSL63º62.5%68.63%-
HSV(B)63º44.44%88.24%-
XYZ60.1470.5529.85-
YUV212.178.84133.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 125 (49.22% from 255) = 21.93%
R=38.60%
G=39.47%
B=21.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251250.0200.440.126362.568.63
HexDCE17D202CC3f3e45
Octal3343411752054147776105
Binary1101110011100001111110110010110011001111111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE17D; }

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

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

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

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

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

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

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

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