#dfd765

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

Shades of Goldenrod #DFD765

Tints of Goldenrod #DFD765

Color information

#DFD765 (or 0xDFD765) is unknown color: approx Goldenrod. HEX triplet: DF, D7 and 65. RGB value is (223,215,101). Sum of RGB (Red+Green+Blue) = 223+215+101=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD765 is #20289A. Grayscale: #CCCCCC. Windows color (decimal): -2107547 or 6674399. OLE color: 6674399.

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

Color convert

RGB223215101-
CMYK00.040.550.13
HSL56.07º65.59%63.53%-
HSV(B)56.07º54.71%87.45%-
XYZ57.0865.2321.89-
YUV204.469.65141.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 215 (84.38% from 255) = 39.89%
BLUE value IS 101 (39.84% from 255) = 18.74%
R=41.37%
G=39.89%
B=18.74%

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
Decimal22321510100.040.550.1356.0765.5963.53
HexDFD7650437D384240
Octal33732714504671570102100
Binary110111111101011111001010100110111110111100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfd765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfd765; }

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

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

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

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

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

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

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

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