#DFDC7D

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

Shades of Goldenrod #DFDC7D

Tints of Goldenrod #DFDC7D

Color information

#DFDC7D (or 0xDFDC7D) is unknown color: approx Goldenrod. HEX triplet: DF, DC and 7D. RGB value is (223,220,125). Sum of RGB (Red+Green+Blue) = 223+220+125=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC7D is #202382. Grayscale: #D2D2D2. Windows color (decimal): -2106243 or 8248543. OLE color: 8248543.

HSL color Cylindrical-coordinate representation of color #DFDC7D: hue angle of 58.16º degrees, saturation: 0.6, 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 #DFDC7D is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB223220125-
CMYK00.010.440.13
HSL58.16º60.49%68.24%-
HSV(B)58.16º43.95%87.45%-
XYZ59.7368.3629.45-
YUV210.0779.99137.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 125 (49.22% from 255) = 22.01%
R=39.26%
G=38.73%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322012500.010.440.1358.1660.4968.24
HexDFDC7D012CD3a3c44
Octal3373341750154157274104
Binary110111111101110011111010110110011011110101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC7D; }

 p { color: rgb(223,220,125); }

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

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

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

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

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

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

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