#D3D775

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

Shades of Goldenrod #D3D775

Tints of Goldenrod #D3D775

Color information

#D3D775 (or 0xD3D775) is unknown color: approx Goldenrod. HEX triplet: D3, D7 and 75. RGB value is (211,215,117). Sum of RGB (Red+Green+Blue) = 211+215+117=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D775 is #2C288A. Grayscale: #CBCBCB. Windows color (decimal): -2893963 or 7722963. OLE color: 7722963.

HSL color Cylindrical-coordinate representation of color #D3D775: hue angle of 62.45º 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 #D3D775 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB211215117-
CMYK0.0200.460.16
HSL62.45º55.06%65.1%-
HSV(B)62.45º45.58%84.31%-
XYZ54.3863.7326.27-
YUV202.6379.67133.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.86%
GREEN value IS 215 (84.38% from 255) = 39.59%
BLUE value IS 117 (46.09% from 255) = 21.55%
R=38.86%
G=39.59%
B=21.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112151170.0200.460.1662.4555.0665.1
HexD3D775202E103e3741
Octal3233271652056207667101
Binary11010011110101111110101100101110100001111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D775; }

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

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

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

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

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

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

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

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