#DEDB64

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

Shades of Goldenrod #DEDB64

Tints of Goldenrod #DEDB64

Color information

#DEDB64 (or 0xDEDB64) is unknown color: approx Goldenrod. HEX triplet: DE, DB and 64. RGB value is (222,219,100). Sum of RGB (Red+Green+Blue) = 222+219+100=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB64 is #21249B. Grayscale: #CECECE. Windows color (decimal): -2172060 or 6609886. OLE color: 6609886.

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

Color convert

RGB222219100-
CMYK00.010.550.13
HSL58.52º64.89%63.14%-
HSV(B)58.52º54.95%87.06%-
XYZ57.7667.1121.97-
YUV206.3367.99139.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 100 (39.45% from 255) = 18.48%
R=41.04%
G=40.48%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221910000.010.550.1358.5264.8963.14
HexDEDB640137D3b413f
Octal3363331440167157310177
Binary110111101101101111001000111011111011110111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB64; }

 p { color: rgb(222,219,100); }

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

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

 a { background-color: rgb(222,219,100); }

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

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

 span { border-color: rgb(222,219,100); }

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