#DCE075

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

Shades of Goldenrod #DCE075

Tints of Goldenrod #DCE075

Color information

#DCE075 (or 0xDCE075) is unknown color: approx Goldenrod. HEX triplet: DC, E0 and 75. RGB value is (220,224,117). Sum of RGB (Red+Green+Blue) = 220+224+117=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE075 is #231F8A. Grayscale: #D3D3D3. Windows color (decimal): -2301835 or 7725276. OLE color: 7725276.

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

Color convert

RGB220224117-
CMYK0.0200.480.12
HSL62.24º63.31%66.86%-
HSV(B)62.24º47.77%87.84%-
XYZ59.3869.8127.17-
YUV210.6175.17134.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 117 (46.09% from 255) = 20.86%
R=39.22%
G=39.93%
B=20.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241170.0200.480.1262.2463.3166.86
HexDCE0752030C3e3f43
Octal3343401652060147677103
Binary1101110011100000111010110011000011001111101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE075; }

 p { color: rgb(220,224,117); }

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

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

 a { background-color: rgb(220,224,117); }

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

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

 span { border-color: rgb(220,224,117); }

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