#DFD565

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

Shades of Goldenrod #DFD565

Tints of Goldenrod #DFD565

Color information

#DFD565 (or 0xDFD565) is unknown color: approx Goldenrod. HEX triplet: DF, D5 and 65. RGB value is (223,213,101). Sum of RGB (Red+Green+Blue) = 223+213+101=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD565 is #202A9A. Grayscale: #CBCBCB. Windows color (decimal): -2108059 or 6673887. OLE color: 6673887.

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

Color convert

RGB223213101-
CMYK00.040.550.13
HSL55.08º65.59%63.53%-
HSV(B)55.08º54.71%87.45%-
XYZ56.5764.2221.73-
YUV203.2270.31142.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 101 (39.84% from 255) = 18.81%
R=41.53%
G=39.66%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321310100.040.550.1355.0865.5963.53
HexDFD5650437D374240
Octal33732514504671567102100
Binary110111111101010111001010100110111110111011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD565; }

 p { color: rgb(223,213,101); }

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

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

 a { background-color: rgb(223,213,101); }

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

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

 span { border-color: rgb(223,213,101); }

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