#DCE17A

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

Shades of Goldenrod #DCE17A

Tints of Goldenrod #DCE17A

Color information

#DCE17A (or 0xDCE17A) is unknown color: approx Goldenrod. HEX triplet: DC, E1 and 7A. RGB value is (220,225,122). Sum of RGB (Red+Green+Blue) = 220+225+122=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE17A is #231E85. Grayscale: #D4D4D4. Windows color (decimal): -2301574 or 8053212. OLE color: 8053212.

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

Color convert

RGB220225122-
CMYK0.0200.460.12
HSL62.91º63.19%68.04%-
HSV(B)62.91º45.78%88.24%-
XYZ59.9570.4728.85-
YUV211.7677.34133.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 225 (88.28% from 255) = 39.68%
BLUE value IS 122 (48.05% from 255) = 21.52%
R=38.80%
G=39.68%
B=21.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251220.0200.460.1262.9163.1968.04
HexDCE17A202EC3f3f44
Octal3343411722056147777104
Binary1101110011100001111101010010111011001111111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE17A; }

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

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

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

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

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

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

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

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