#DFDC7F

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

Shades of Goldenrod #DFDC7F

Tints of Goldenrod #DFDC7F

Color information

#DFDC7F (or 0xDFDC7F) is unknown color: approx Goldenrod. HEX triplet: DF, DC and 7F. RGB value is (223,220,127). Sum of RGB (Red+Green+Blue) = 223+220+127=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC7F is #202380. Grayscale: #D2D2D2. Windows color (decimal): -2106241 or 8379615. OLE color: 8379615.

HSL color Cylindrical-coordinate representation of color #DFDC7F: hue angle of 58.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFDC7F is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223220127-
CMYK00.010.430.13
HSL58.12º60%68.63%-
HSV(B)58.12º43.05%87.45%-
XYZ59.8668.4130.13-
YUV210.380.99137.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 127 (50% from 255) = 22.28%
R=39.12%
G=38.60%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322012700.010.430.1358.126068.63
HexDFDC7F012BD3a3c45
Octal3373341770153157274105
Binary110111111101110011111110110101111011110101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC7F; }

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

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

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

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

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

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

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

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