#DEDC63

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

Shades of Goldenrod #DEDC63

Tints of Goldenrod #DEDC63

Color information

#DEDC63 (or 0xDEDC63) is unknown color: approx Goldenrod. HEX triplet: DE, DC and 63. RGB value is (222,220,99). Sum of RGB (Red+Green+Blue) = 222+220+99=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC63 is #21239C. Grayscale: #CFCFCF. Windows color (decimal): -2171805 or 6544606. OLE color: 6544606.

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

Color convert

RGB22222099-
CMYK00.010.550.13
HSL59.02º65.08%62.94%-
HSV(B)59.02º55.41%87.06%-
XYZ57.9767.6221.8-
YUV206.867.16138.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 99 (39.06% from 255) = 18.30%
R=41.04%
G=40.67%
B=18.30%

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
Decimal2222209900.010.550.1359.0265.0862.94
HexDEDC630137D3b413f
Octal3363341430167157310177
Binary110111101101110011000110111011111011110111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDC63; }

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

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

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

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

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

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

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

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