#DDE278

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

Shades of Goldenrod #DDE278

Tints of Goldenrod #DDE278

Color information

#DDE278 (or 0xDDE278) is unknown color: approx Goldenrod. HEX triplet: DD, E2 and 78. RGB value is (221,226,120). Sum of RGB (Red+Green+Blue) = 221+226+120=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE278 is #221D87. Grayscale: #D4D4D4. Windows color (decimal): -2235784 or 7922397. OLE color: 7922397.

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

Color convert

RGB221226120-
CMYK0.0200.470.11
HSL62.83º64.63%67.84%-
HSV(B)62.83º46.9%88.63%-
XYZ60.4171.1228.31-
YUV212.4275.84134.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 226 (88.67% from 255) = 39.86%
BLUE value IS 120 (47.27% from 255) = 21.16%
R=38.98%
G=39.86%
B=21.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261200.0200.470.1162.8364.6367.84
HexDDE278202FB3f4144
Octal33534217020571377101104
Binary11011101111000101111000100101111101111111110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE278; }

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

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

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

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

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

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

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

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