#DFDC7E

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

Shades of Goldenrod #DFDC7E

Tints of Goldenrod #DFDC7E

Color information

#DFDC7E (or 0xDFDC7E) is unknown color: approx Goldenrod. HEX triplet: DF, DC and 7E. RGB value is (223,220,126). Sum of RGB (Red+Green+Blue) = 223+220+126=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC7E is #202381. Grayscale: #D2D2D2. Windows color (decimal): -2106242 or 8314079. OLE color: 8314079.

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

Color convert

RGB223220126-
CMYK00.010.430.13
HSL58.14º60.25%68.43%-
HSV(B)58.14º43.5%87.45%-
XYZ59.7968.3829.79-
YUV210.1880.49137.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 126 (49.61% from 255) = 22.14%
R=39.19%
G=38.66%
B=22.14%

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
Decimal22322012600.010.430.1358.1460.2568.43
HexDFDC7E012BD3a3c44
Octal3373341760153157274104
Binary110111111101110011111100110101111011110101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC7E; }

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

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

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

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

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

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

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

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