#DDE07C

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

Shades of Goldenrod #DDE07C

Tints of Goldenrod #DDE07C

Color information

#DDE07C (or 0xDDE07C) is unknown color: approx Goldenrod. HEX triplet: DD, E0 and 7C. RGB value is (221,224,124). Sum of RGB (Red+Green+Blue) = 221+224+124=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE07C is #221F83. Grayscale: #D4D4D4. Windows color (decimal): -2236292 or 8184029. OLE color: 8184029.

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

Color convert

RGB221224124-
CMYK0.0100.450.12
HSL61.8º61.73%68.24%-
HSV(B)61.8º44.64%87.84%-
XYZ60.1170.1429.44-
YUV211.778.51134.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 124 (48.83% from 255) = 21.79%
R=38.84%
G=39.37%
B=21.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241240.0100.450.1261.861.7368.24
HexDDE07C102DC3e3e44
Octal3353401741055147676104
Binary110111011110000011111001010110111001111101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE07C; }

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

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

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

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

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

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

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

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