#D3D165

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

Shades of Goldenrod #D3D165

Tints of Goldenrod #D3D165

Color information

#D3D165 (or 0xD3D165) is unknown color: approx Goldenrod. HEX triplet: D3, D1 and 65. RGB value is (211,209,101). Sum of RGB (Red+Green+Blue) = 211+209+101=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D165 is #2C2E9A. Grayscale: #C5C5C5. Windows color (decimal): -2895515 or 6672851. OLE color: 6672851.

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

Color convert

RGB211209101-
CMYK00.010.520.17
HSL58.91º55.56%61.18%-
HSV(B)58.91º52.13%82.75%-
XYZ52.0160.3921.23-
YUV197.2973.66137.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 101 (39.84% from 255) = 19.39%
R=40.50%
G=40.12%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120910100.010.520.1758.9155.5661.18
HexD3D1650134113b383d
Octal323321145016421737075
Binary110100111101000111001010111010010001111011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D165; }

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

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

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

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

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

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

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

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