#ded863

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

Shades of Goldenrod #DED863

Tints of Goldenrod #DED863

Color information

#DED863 (or 0xDED863) is unknown color: approx Goldenrod. HEX triplet: DE, D8 and 63. RGB value is (222,216,99). Sum of RGB (Red+Green+Blue) = 222+216+99=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DED863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED863 is #21279C. Grayscale: #CCCCCC. Windows color (decimal): -2172829 or 6543582. OLE color: 6543582.

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

Color convert

RGB22221699-
CMYK00.030.550.13
HSL57.07º65.08%62.94%-
HSV(B)57.07º55.41%87.06%-
XYZ56.9365.5421.45-
YUV204.4668.49140.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 99 (39.06% from 255) = 18.44%
R=41.34%
G=40.22%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222169900.030.550.1357.0765.0862.94
HexDED8630337D39413f
Octal3363301430367157110177
Binary1101111011011000110001101111011111011110011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ded863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ded863; }

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

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

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

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

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

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

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

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