#DEDF7E

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

Shades of Goldenrod #DEDF7E

Tints of Goldenrod #DEDF7E

Color information

#DEDF7E (or 0xDEDF7E) is unknown color: approx Goldenrod. HEX triplet: DE, DF and 7E. RGB value is (222,223,126). Sum of RGB (Red+Green+Blue) = 222+223+126=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF7E is #212081. Grayscale: #D4D4D4. Windows color (decimal): -2171010 or 8314846. OLE color: 8314846.

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

Color convert

RGB222223126-
CMYK0.0000.430.13
HSL60.62º60.25%68.43%-
HSV(B)60.62º43.5%87.45%-
XYZ60.2869.8130.04-
YUV211.6479.67135.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 126 (49.61% from 255) = 22.07%
R=38.88%
G=39.05%
B=22.07%

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
Decimal2222231260.0000.430.1360.6260.2568.43
HexDEDF7E002BD3d3c44
Octal3363371760053157574104
Binary110111101101111111111100010101111011111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDF7E; }

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

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

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

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

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

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

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

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