#DEDD63

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

Shades of Goldenrod #DEDD63

Tints of Goldenrod #DEDD63

Color information

#DEDD63 (or 0xDEDD63) is unknown color: approx Goldenrod. HEX triplet: DE, DD and 63. RGB value is (222,221,99). Sum of RGB (Red+Green+Blue) = 222+221+99=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD63 is #21229C. Grayscale: #CFCFCF. Windows color (decimal): -2171549 or 6544862. OLE color: 6544862.

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

Color convert

RGB22222199-
CMYK00.000.550.13
HSL59.51º65.08%62.94%-
HSV(B)59.51º55.41%87.06%-
XYZ58.2368.1421.89-
YUV207.3966.83138.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 99 (39.06% from 255) = 18.27%
R=40.96%
G=40.77%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222219900.000.550.1359.5165.0862.94
HexDEDD630037D3c413f
Octal3363351430067157410177
Binary110111101101110111000110011011111011111001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD63; }

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

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

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

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

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

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

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

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