#d3d761

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

Shades of Goldenrod #D3D761

Tints of Goldenrod #D3D761

Color information

#D3D761 (or 0xD3D761) is unknown color: approx Goldenrod. HEX triplet: D3, D7 and 61. RGB value is (211,215,97). Sum of RGB (Red+Green+Blue) = 211+215+97=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D761 is #2C289E. Grayscale: #C8C8C8. Windows color (decimal): -2893983 or 6412243. OLE color: 6412243.

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

Color convert

RGB21121597-
CMYK0.0200.550.16
HSL62.03º59.6%61.18%-
HSV(B)62.03º54.88%84.31%-
XYZ53.3263.3120.72-
YUV200.3569.67135.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.34%
GREEN value IS 215 (84.38% from 255) = 41.11%
BLUE value IS 97 (38.28% from 255) = 18.55%
R=40.34%
G=41.11%
B=18.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211215970.0200.550.1662.0359.661.18
HexD3D7612037103e3c3d
Octal323327141206720767475
Binary1101001111010111110000110011011110000111110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3d761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3d761; }

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

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

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

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

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

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

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

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