#DDE168

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

Shades of Goldenrod #DDE168

Tints of Goldenrod #DDE168

Color information

#DDE168 (or 0xDDE168) is unknown color: approx Goldenrod. HEX triplet: DD, E1 and 68. RGB value is (221,225,104). Sum of RGB (Red+Green+Blue) = 221+225+104=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE168 is #221E97. Grayscale: #D2D2D2. Windows color (decimal): -2236056 or 6873565. OLE color: 6873565.

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

Color convert

RGB221225104-
CMYK0.0200.540.12
HSL61.98º66.85%64.51%-
HSV(B)61.98º53.78%88.24%-
XYZ59.2470.2223.53-
YUV210.0168.17135.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 104 (41.02% from 255) = 18.91%
R=40.18%
G=40.91%
B=18.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251040.0200.540.1261.9866.8564.51
HexDDE1682036C3e4341
Octal33534115020661476103101
Binary11011101111000011101000100110110110011111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE168; }

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

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

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

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

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

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

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

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