#D5DF7E

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

Shades of Goldenrod #D5DF7E

Tints of Goldenrod #D5DF7E

Color information

#D5DF7E (or 0xD5DF7E) is unknown color: approx Goldenrod. HEX triplet: D5, DF and 7E. RGB value is (213,223,126). Sum of RGB (Red+Green+Blue) = 213+223+126=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF7E is #2A2081. Grayscale: #D1D1D1. Windows color (decimal): -2760834 or 8314837. OLE color: 8314837.

HSL color Cylindrical-coordinate representation of color #D5DF7E: hue angle of 66.19º degrees, saturation: 0.6, 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 #D5DF7E is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB213223126-
CMYK0.0400.430.13
HSL66.19º60.25%68.43%-
HSV(B)66.19º43.5%87.45%-
XYZ57.5968.4329.91-
YUV208.9581.19130.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 223 (87.5% from 255) = 39.68%
BLUE value IS 126 (49.61% from 255) = 22.42%
R=37.90%
G=39.68%
B=22.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132231260.0400.430.1366.1960.2568.43
HexD5DF7E402BD423c44
Octal32533717640531510274104
Binary110101011101111111111101000101011110110000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DF7E; }

 p { color: rgb(213,223,126); }

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

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

 a { background-color: rgb(213,223,126); }

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

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

 span { border-color: rgb(213,223,126); }

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