#D7D175

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

Shades of Goldenrod #D7D175

Tints of Goldenrod #D7D175

Color information

#D7D175 (or 0xD7D175) is unknown color: approx Goldenrod. HEX triplet: D7, D1 and 75. RGB value is (215,209,117). Sum of RGB (Red+Green+Blue) = 215+209+117=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D175 is #282E8A. Grayscale: #C8C8C8. Windows color (decimal): -2633355 or 7721431. OLE color: 7721431.

HSL color Cylindrical-coordinate representation of color #D7D175: hue angle of 56.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7D175 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215209117-
CMYK00.030.460.16
HSL56.33º55.06%65.1%-
HSV(B)56.33º45.58%84.31%-
XYZ54.0461.3325.82-
YUV200.3180.99138.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 117 (46.09% from 255) = 21.63%
R=39.74%
G=38.63%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520911700.030.460.1656.3355.0665.1
HexD7D175032E10383741
Octal3273211650356207067101
Binary11010111110100011110101011101110100001110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D175; }

 p { color: rgb(215,209,117); }

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

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

 a { background-color: rgb(215,209,117); }

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

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

 span { border-color: rgb(215,209,117); }

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