#DDDE7F

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

Shades of Goldenrod #DDDE7F

Tints of Goldenrod #DDDE7F

Color information

#DDDE7F (or 0xDDDE7F) is unknown color: approx Goldenrod. HEX triplet: DD, DE and 7F. RGB value is (221,222,127). Sum of RGB (Red+Green+Blue) = 221+222+127=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE7F is #222180. Grayscale: #D3D3D3. Windows color (decimal): -2236801 or 8380125. OLE color: 8380125.

HSL color Cylindrical-coordinate representation of color #DDDE7F: hue angle of 60.63º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDDE7F is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221222127-
CMYK0.0000.430.13
HSL60.63º59.01%68.43%-
HSV(B)60.63º42.79%87.06%-
XYZ59.7769.1530.28-
YUV210.8780.67135.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 127 (50% from 255) = 22.28%
R=38.77%
G=38.95%
B=22.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221270.0000.430.1360.6359.0168.43
HexDDDE7F002BD3d3b44
Octal3353361770053157573104
Binary110111011101111011111110010101111011111011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE7F; }

 p { color: rgb(221,222,127); }

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

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

 a { background-color: rgb(221,222,127); }

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

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

 span { border-color: rgb(221,222,127); }

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