#DFDF7C

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

Shades of Goldenrod #DFDF7C

Tints of Goldenrod #DFDF7C

Color information

#DFDF7C (or 0xDFDF7C) is unknown color: approx Goldenrod. HEX triplet: DF, DF and 7C. RGB value is (223,223,124). Sum of RGB (Red+Green+Blue) = 223+223+124=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF7C is #202083. Grayscale: #D4D4D4. Windows color (decimal): -2105476 or 8183775. OLE color: 8183775.

HSL color Cylindrical-coordinate representation of color #DFDF7C: hue angle of 60º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFDF7C is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB223223124-
CMYK000.440.13
HSL60º60.74%68.04%-
HSV(B)60º44.39%87.45%-
XYZ60.4669.9229.38-
YUV211.7178.5136.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 223 (87.5% from 255) = 39.12%
BLUE value IS 124 (48.83% from 255) = 21.75%
R=39.12%
G=39.12%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223124000.440.136060.7468.04
HexDFDF7C002CD3c3d44
Octal3373371740054157475104
Binary110111111101111111111000010110011011111001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDF7C; }

 p { color: rgb(223,223,124); }

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

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

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

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

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

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

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