#D3D363

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

Shades of Goldenrod #D3D363

Tints of Goldenrod #D3D363

Color information

#D3D363 (or 0xD3D363) is unknown color: approx Goldenrod. HEX triplet: D3, D3 and 63. RGB value is (211,211,99). Sum of RGB (Red+Green+Blue) = 211+211+99=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D363 is #2C2C9C. Grayscale: #C6C6C6. Windows color (decimal): -2895005 or 6542291. OLE color: 6542291.

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

Color convert

RGB21121199-
CMYK000.530.17
HSL60º56%60.78%-
HSV(B)60º53.08%82.75%-
XYZ52.4161.3420.88-
YUV198.2372137.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 211 (82.81% from 255) = 40.50%
BLUE value IS 99 (39.06% from 255) = 19.00%
R=40.50%
G=40.50%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21121199000.530.17605660.78
HexD3D3630035113c383d
Octal323323143006521747075
Binary110100111101001111000110011010110001111100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D363; }

 p { color: rgb(211,211,99); }

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

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

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

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

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

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

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