#dde069

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

Shades of Goldenrod #DDE069

Tints of Goldenrod #DDE069

Color information

#DDE069 (or 0xDDE069) is unknown color: approx Goldenrod. HEX triplet: DD, E0 and 69. RGB value is (221,224,105). Sum of RGB (Red+Green+Blue) = 221+224+105=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE069 is #221F96. Grayscale: #D2D2D2. Windows color (decimal): -2236311 or 6938845. OLE color: 6938845.

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

Color convert

RGB221224105-
CMYK0.0100.530.12
HSL61.51º65.75%64.51%-
HSV(B)61.51º53.12%87.84%-
XYZ59.0269.723.71-
YUV209.5469.01136.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 224 (87.89% from 255) = 40.73%
BLUE value IS 105 (41.41% from 255) = 19.09%
R=40.18%
G=40.73%
B=19.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241050.0100.530.1261.5165.7564.51
HexDDE0691035C3e4241
Octal33534015110651476102101
Binary1101110111100000110100110110101110011111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dde069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dde069; }

 p { color: rgb(221,224,105); }

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

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

 a { background-color: rgb(221,224,105); }

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

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

 span { border-color: rgb(221,224,105); }

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