#DDE376

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

Shades of Goldenrod #DDE376

Tints of Goldenrod #DDE376

Color information

#DDE376 (or 0xDDE376) is unknown color: approx Goldenrod. HEX triplet: DD, E3 and 76. RGB value is (221,227,118). Sum of RGB (Red+Green+Blue) = 221+227+118=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE376 is #221C89. Grayscale: #D5D5D5. Windows color (decimal): -2235530 or 7791581. OLE color: 7791581.

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

Color convert

RGB221227118-
CMYK0.0300.480.11
HSL63.3º66.06%67.65%-
HSV(B)63.3º48.02%89.02%-
XYZ60.5671.6227.77-
YUV212.7874.51133.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 227 (89.06% from 255) = 40.11%
BLUE value IS 118 (46.48% from 255) = 20.85%
R=39.05%
G=40.11%
B=20.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271180.0300.480.1163.366.0667.65
HexDDE3763030B3f4244
Octal33534316630601377102104
Binary11011101111000111110110110110000101111111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE376; }

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

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

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

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

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

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

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

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