#DED868

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

Shades of Goldenrod #DED868

Tints of Goldenrod #DED868

Color information

#DED868 (or 0xDED868) is unknown color: approx Goldenrod. HEX triplet: DE, D8 and 68. RGB value is (222,216,104). Sum of RGB (Red+Green+Blue) = 222+216+104=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DED868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED868 is #212797. Grayscale: #CDCDCD. Windows color (decimal): -2172824 or 6871262. OLE color: 6871262.

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

Color convert

RGB222216104-
CMYK00.030.530.13
HSL56.95º64.13%63.92%-
HSV(B)56.95º53.15%87.06%-
XYZ57.1865.6422.75-
YUV205.0370.99140.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 216 (84.77% from 255) = 39.85%
BLUE value IS 104 (41.02% from 255) = 19.19%
R=40.96%
G=39.85%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221610400.030.530.1356.9564.1363.92
HexDED8680335D394040
Octal33633015003651571100100
Binary11011110110110001101000011110101110111100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED868; }

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

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

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

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

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

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

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

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