#DDE36B

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

Shades of Goldenrod #DDE36B

Tints of Goldenrod #DDE36B

Color information

#DDE36B (or 0xDDE36B) is unknown color: approx Goldenrod. HEX triplet: DD, E3 and 6B. RGB value is (221,227,107). Sum of RGB (Red+Green+Blue) = 221+227+107=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE36B is #221C94. Grayscale: #D4D4D4. Windows color (decimal): -2235541 or 7070685. OLE color: 7070685.

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

Color convert

RGB221227107-
CMYK0.0300.530.11
HSL63º68.18%65.49%-
HSV(B)63º52.86%89.02%-
XYZ59.9471.3724.53-
YUV211.5369.01134.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 227 (89.06% from 255) = 40.90%
BLUE value IS 107 (42.19% from 255) = 19.28%
R=39.82%
G=40.90%
B=19.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271070.0300.530.116368.1865.49
HexDDE36B3035B3f4441
Octal33534315330651377104101
Binary11011101111000111101011110110101101111111110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE36B; }

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

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

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

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

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

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

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

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