#dfd465

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

Shades of Goldenrod #DFD465

Tints of Goldenrod #DFD465

Color information

#DFD465 (or 0xDFD465) is unknown color: approx Goldenrod. HEX triplet: DF, D4 and 65. RGB value is (223,212,101). Sum of RGB (Red+Green+Blue) = 223+212+101=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD465 is #202B9A. Grayscale: #CBCBCB. Windows color (decimal): -2108315 or 6673631. OLE color: 6673631.

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

Color convert

RGB223212101-
CMYK00.050.550.13
HSL54.59º65.59%63.53%-
HSV(B)54.59º54.71%87.45%-
XYZ56.3263.7121.64-
YUV202.6470.64142.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 212 (83.20% from 255) = 39.55%
BLUE value IS 101 (39.84% from 255) = 18.84%
R=41.60%
G=39.55%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321210100.050.550.1354.5965.5963.53
HexDFD4650537D374240
Octal33732414505671567102100
Binary110111111101010011001010101110111110111011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfd465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfd465; }

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

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

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

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

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

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

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

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