#DDE16D

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

Shades of Goldenrod #DDE16D

Tints of Goldenrod #DDE16D

Color information

#DDE16D (or 0xDDE16D) is unknown color: approx Goldenrod. HEX triplet: DD, E1 and 6D. RGB value is (221,225,109). Sum of RGB (Red+Green+Blue) = 221+225+109=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE16D is #221E92. Grayscale: #D3D3D3. Windows color (decimal): -2236051 or 7201245. OLE color: 7201245.

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

Color convert

RGB221225109-
CMYK0.0200.520.12
HSL62.07º65.91%65.49%-
HSV(B)62.07º51.56%88.24%-
XYZ59.570.3324.91-
YUV210.5870.67135.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 109 (42.97% from 255) = 19.64%
R=39.82%
G=40.54%
B=19.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251090.0200.520.1262.0765.9165.49
HexDDE16D2034C3e4241
Octal33534115520641476102101
Binary11011101111000011101101100110100110011111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE16D; }

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

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

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

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

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

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

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

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