#DED86A

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

Shades of Goldenrod #DED86A

Tints of Goldenrod #DED86A

Color information

#DED86A (or 0xDED86A) is unknown color: approx Goldenrod. HEX triplet: DE, D8 and 6A. RGB value is (222,216,106). Sum of RGB (Red+Green+Blue) = 222+216+106=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DED86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED86A is #212795. Grayscale: #CDCDCD. Windows color (decimal): -2172822 or 7002334. OLE color: 7002334.

HSL color Cylindrical-coordinate representation of color #DED86A: hue angle of 56.9º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DED86A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB222216106-
CMYK00.030.520.13
HSL56.9º63.74%64.31%-
HSV(B)56.9º52.25%87.06%-
XYZ57.2865.6823.29-
YUV205.2571.99139.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 216 (84.77% from 255) = 39.71%
BLUE value IS 106 (41.80% from 255) = 19.49%
R=40.81%
G=39.71%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221610600.030.520.1356.963.7464.31
HexDED86A0334D394040
Octal33633015203641571100100
Binary11011110110110001101010011110100110111100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED86A; }

 p { color: rgb(222,216,106); }

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

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

 a { background-color: rgb(222,216,106); }

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

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

 span { border-color: rgb(222,216,106); }

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