#DDE17A

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

Shades of Goldenrod #DDE17A

Tints of Goldenrod #DDE17A

Color information

#DDE17A (or 0xDDE17A) is unknown color: approx Goldenrod. HEX triplet: DD, E1 and 7A. RGB value is (221,225,122). Sum of RGB (Red+Green+Blue) = 221+225+122=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE17A is #221E85. Grayscale: #D4D4D4. Windows color (decimal): -2236038 or 8053213. OLE color: 8053213.

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

Color convert

RGB221225122-
CMYK0.0200.460.12
HSL62.33º63.19%68.04%-
HSV(B)62.33º45.78%88.24%-
XYZ60.2670.6328.87-
YUV212.0677.17134.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 225 (88.28% from 255) = 39.61%
BLUE value IS 122 (48.05% from 255) = 21.48%
R=38.91%
G=39.61%
B=21.48%

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
Decimal2212251220.0200.460.1262.3363.1968.04
HexDDE17A202EC3e3f44
Octal3353411722056147677104
Binary1101110111100001111101010010111011001111101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE17A; }

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

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

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

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

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

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

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

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