#DFDF7D

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

Shades of Goldenrod #DFDF7D

Tints of Goldenrod #DFDF7D

Color information

#DFDF7D (or 0xDFDF7D) is unknown color: approx Goldenrod. HEX triplet: DF, DF and 7D. RGB value is (223,223,125). Sum of RGB (Red+Green+Blue) = 223+223+125=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF7D is #202082. Grayscale: #D4D4D4. Windows color (decimal): -2105475 or 8249311. OLE color: 8249311.

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

Color convert

RGB223223125-
CMYK000.440.13
HSL60º60.49%68.24%-
HSV(B)60º43.95%87.45%-
XYZ60.5269.9429.71-
YUV211.8379135.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 125 (49.22% from 255) = 21.89%
R=39.05%
G=39.05%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223125000.440.136060.4968.24
HexDFDF7D002CD3c3c44
Octal3373371750054157474104
Binary110111111101111111111010010110011011111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDF7D; }

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

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

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

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

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

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

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

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