#DDE161

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

Shades of Goldenrod #DDE161

Tints of Goldenrod #DDE161

Color information

#DDE161 (or 0xDDE161) is unknown color: approx Goldenrod. HEX triplet: DD, E1 and 61. RGB value is (221,225,97). Sum of RGB (Red+Green+Blue) = 221+225+97=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE161 is #221E9E. Grayscale: #D1D1D1. Windows color (decimal): -2236063 or 6414813. OLE color: 6414813.

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

Color convert

RGB22122597-
CMYK0.0200.570.12
HSL61.88º68.09%63.14%-
HSV(B)61.88º56.89%88.24%-
XYZ58.970.0921.73-
YUV209.2164.67136.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 225 (88.28% from 255) = 41.44%
BLUE value IS 97 (38.28% from 255) = 17.86%
R=40.70%
G=41.44%
B=17.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221225970.0200.570.1261.8868.0963.14
HexDDE1612039C3e443f
Octal3353411412071147610477
Binary1101110111100001110000110011100111001111101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE161; }

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

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

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

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

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

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

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

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