#D3D175

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

Shades of Goldenrod #D3D175

Tints of Goldenrod #D3D175

Color information

#D3D175 (or 0xD3D175) is unknown color: approx Goldenrod. HEX triplet: D3, D1 and 75. RGB value is (211,209,117). Sum of RGB (Red+Green+Blue) = 211+209+117=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D175 is #2C2E8A. Grayscale: #C7C7C7. Windows color (decimal): -2895499 or 7721427. OLE color: 7721427.

HSL color Cylindrical-coordinate representation of color #D3D175: hue angle of 58.72º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3D175 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211209117-
CMYK00.010.450.17
HSL58.72º51.65%64.31%-
HSV(B)58.72º44.55%82.75%-
XYZ52.8860.7325.77-
YUV199.1181.66136.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=39.29%
G=38.92%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120911700.010.450.1758.7251.6564.31
HexD3D175012D113b3440
Octal3233211650155217364100
Binary1101001111010001111010101101101100011110111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D175; }

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

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

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

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

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

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

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

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