#DFD972

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

Shades of Goldenrod #DFD972

Tints of Goldenrod #DFD972

Color information

#DFD972 (or 0xDFD972) is unknown color: approx Goldenrod. HEX triplet: DF, D9 and 72. RGB value is (223,217,114). Sum of RGB (Red+Green+Blue) = 223+217+114=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD972 is #20268D. Grayscale: #CFCFCF. Windows color (decimal): -2107022 or 7526879. OLE color: 7526879.

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

Color convert

RGB223217114-
CMYK00.030.490.13
HSL56.7º63.01%66.08%-
HSV(B)56.7º48.88%87.45%-
XYZ58.2866.5325.69-
YUV207.0575.49139.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 114 (44.92% from 255) = 20.58%
R=40.25%
G=39.17%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321711400.030.490.1356.763.0166.08
HexDFD9720331D393f42
Octal3373311620361157177102
Binary1101111111011001111001001111000111011110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD972; }

 p { color: rgb(223,217,114); }

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

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

 a { background-color: rgb(223,217,114); }

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

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

 span { border-color: rgb(223,217,114); }

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