#D3D271

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

Shades of Goldenrod #D3D271

Tints of Goldenrod #D3D271

Color information

#D3D271 (or 0xD3D271) is unknown color: approx Goldenrod. HEX triplet: D3, D2 and 71. RGB value is (211,210,113). Sum of RGB (Red+Green+Blue) = 211+210+113=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D271 is #2C2D8E. Grayscale: #C7C7C7. Windows color (decimal): -2895247 or 7459539. OLE color: 7459539.

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

Color convert

RGB211210113-
CMYK00.000.460.17
HSL59.39º52.69%63.53%-
HSV(B)59.39º46.45%82.75%-
XYZ52.8961.1324.64-
YUV199.2479.33136.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 113 (44.53% from 255) = 21.16%
R=39.51%
G=39.33%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21121011300.000.460.1759.3952.6963.53
HexD3D271002E113b3540
Octal3233221610056217365100
Binary1101001111010010111000100101110100011110111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D271; }

 p { color: rgb(211,210,113); }

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

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

 a { background-color: rgb(211,210,113); }

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

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

 span { border-color: rgb(211,210,113); }

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