#DDE17C

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

Shades of Goldenrod #DDE17C

Tints of Goldenrod #DDE17C

Color information

#DDE17C (or 0xDDE17C) is unknown color: approx Goldenrod. HEX triplet: DD, E1 and 7C. RGB value is (221,225,124). Sum of RGB (Red+Green+Blue) = 221+225+124=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE17C is #221E83. Grayscale: #D4D4D4. Windows color (decimal): -2236036 or 8184285. OLE color: 8184285.

HSL color Cylindrical-coordinate representation of color #DDE17C: hue angle of 62.38º 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 #DDE17C is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB221225124-
CMYK0.0200.450.12
HSL62.38º62.73%68.43%-
HSV(B)62.38º44.89%88.24%-
XYZ60.3870.6829.53-
YUV212.2978.17134.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 124 (48.83% from 255) = 21.75%
R=38.77%
G=39.47%
B=21.75%

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
Decimal2212251240.0200.450.1262.3862.7368.43
HexDDE17C202DC3e3f44
Octal3353411742055147677104
Binary1101110111100001111110010010110111001111101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE17C; }

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

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

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

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

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

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

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

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