#DDE27A

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

Shades of Goldenrod #DDE27A

Tints of Goldenrod #DDE27A

Color information

#DDE27A (or 0xDDE27A) is unknown color: approx Goldenrod. HEX triplet: DD, E2 and 7A. RGB value is (221,226,122). Sum of RGB (Red+Green+Blue) = 221+226+122=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE27A is #221D85. Grayscale: #D5D5D5. Windows color (decimal): -2235782 or 8053469. OLE color: 8053469.

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

Color convert

RGB221226122-
CMYK0.0200.460.11
HSL62.88º64.2%68.24%-
HSV(B)62.88º46.02%88.63%-
XYZ60.5371.1728.96-
YUV212.6576.84133.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 226 (88.67% from 255) = 39.72%
BLUE value IS 122 (48.05% from 255) = 21.44%
R=38.84%
G=39.72%
B=21.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261220.0200.460.1162.8864.268.24
HexDDE27A202EB3f4044
Octal33534217220561377100104
Binary11011101111000101111010100101110101111111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE27A; }

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

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

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

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

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

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

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

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