#DDE064

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

Shades of Goldenrod #DDE064

Tints of Goldenrod #DDE064

Color information

#DDE064 (or 0xDDE064) is unknown color: approx Goldenrod. HEX triplet: DD, E0 and 64. RGB value is (221,224,100). Sum of RGB (Red+Green+Blue) = 221+224+100=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE064 is #221F9B. Grayscale: #D1D1D1. Windows color (decimal): -2236316 or 6611165. OLE color: 6611165.

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

Color convert

RGB221224100-
CMYK0.0100.550.12
HSL61.45º66.67%63.53%-
HSV(B)61.45º55.36%87.84%-
XYZ58.7769.622.39-
YUV208.9766.51136.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 224 (87.89% from 255) = 41.10%
BLUE value IS 100 (39.45% from 255) = 18.35%
R=40.55%
G=41.10%
B=18.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241000.0100.550.1261.4566.6763.53
HexDDE0641037C3d4340
Octal33534014410671475103100
Binary1101110111100000110010010110111110011110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE064; }

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

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

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

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

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

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

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

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