#DDE269

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

Shades of Goldenrod #DDE269

Tints of Goldenrod #DDE269

Color information

#DDE269 (or 0xDDE269) is unknown color: approx Goldenrod. HEX triplet: DD, E2 and 69. RGB value is (221,226,105). Sum of RGB (Red+Green+Blue) = 221+226+105=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE269 is #221D96. Grayscale: #D3D3D3. Windows color (decimal): -2235799 or 6939357. OLE color: 6939357.

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

Color convert

RGB221226105-
CMYK0.0200.540.11
HSL62.48º67.6%64.9%-
HSV(B)62.48º53.54%88.63%-
XYZ59.5670.7823.89-
YUV210.7168.34135.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 226 (88.67% from 255) = 40.94%
BLUE value IS 105 (41.41% from 255) = 19.02%
R=40.04%
G=40.94%
B=19.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261050.0200.540.1162.4867.664.9
HexDDE2692036B3e4441
Octal33534215120661376104101
Binary11011101111000101101001100110110101111111010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE269; }

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

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

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

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

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

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

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

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