#DDE364

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

Shades of Goldenrod #DDE364

Tints of Goldenrod #DDE364

Color information

#DDE364 (or 0xDDE364) is unknown color: approx Goldenrod. HEX triplet: DD, E3 and 64. RGB value is (221,227,100). Sum of RGB (Red+Green+Blue) = 221+227+100=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE364 is #221C9B. Grayscale: #D3D3D3. Windows color (decimal): -2235548 or 6611933. OLE color: 6611933.

HSL color Cylindrical-coordinate representation of color #DDE364: hue angle of 62.83º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDE364 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB221227100-
CMYK0.0300.560.11
HSL62.83º69.4%64.12%-
HSV(B)62.83º55.95%89.02%-
XYZ59.5971.2322.66-
YUV210.7365.51135.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 227 (89.06% from 255) = 41.42%
BLUE value IS 100 (39.45% from 255) = 18.25%
R=40.33%
G=41.42%
B=18.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271000.0300.560.1162.8369.464.12
HexDDE3643038B3f4540
Octal33534314430701377105100
Binary11011101111000111100100110111000101111111110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE364; }

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

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

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

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

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

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

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

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