#DDE178

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

Shades of Goldenrod #DDE178

Tints of Goldenrod #DDE178

Color information

#DDE178 (or 0xDDE178) is unknown color: approx Goldenrod. HEX triplet: DD, E1 and 78. RGB value is (221,225,120). Sum of RGB (Red+Green+Blue) = 221+225+120=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE178 is #221E87. Grayscale: #D4D4D4. Windows color (decimal): -2236040 or 7922141. OLE color: 7922141.

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

Color convert

RGB221225120-
CMYK0.0200.470.12
HSL62.29º63.64%67.65%-
HSV(B)62.29º46.67%88.24%-
XYZ60.1370.5828.22-
YUV211.8376.17134.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 120 (47.27% from 255) = 21.20%
R=39.05%
G=39.75%
B=21.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251200.0200.470.1262.2963.6467.65
HexDDE178202FC3e4044
Octal33534117020571476100104
Binary11011101111000011111000100101111110011111010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE178; }

 p { color: rgb(221,225,120); }

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

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

 a { background-color: rgb(221,225,120); }

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

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

 span { border-color: rgb(221,225,120); }

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