#DED667

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

Shades of Goldenrod #DED667

Tints of Goldenrod #DED667

Color information

#DED667 (or 0xDED667) is unknown color: approx Goldenrod. HEX triplet: DE, D6 and 67. RGB value is (222,214,103). Sum of RGB (Red+Green+Blue) = 222+214+103=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DED667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED667 is #212998. Grayscale: #CCCCCC. Windows color (decimal): -2173337 or 6805214. OLE color: 6805214.

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

Color convert

RGB222214103-
CMYK00.040.540.13
HSL55.97º64.32%63.73%-
HSV(B)55.97º53.6%87.06%-
XYZ56.6264.622.32-
YUV203.7471.15141.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 103 (40.62% from 255) = 19.11%
R=41.19%
G=39.70%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221410300.040.540.1355.9764.3263.73
HexDED6670436D384040
Octal33632614704661570100100
Binary110111101101011011001110100110110110111100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED667; }

 p { color: rgb(222,214,103); }

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

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

 a { background-color: rgb(222,214,103); }

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

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

 span { border-color: rgb(222,214,103); }

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