#D3D960

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

Shades of Goldenrod #D3D960

Tints of Goldenrod #D3D960

Color information

#D3D960 (or 0xD3D960) is unknown color: approx Goldenrod. HEX triplet: D3, D9 and 60. RGB value is (211,217,96). Sum of RGB (Red+Green+Blue) = 211+217+96=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D960 is #2C269F. Grayscale: #C9C9C9. Windows color (decimal): -2893472 or 6347219. OLE color: 6347219.

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

Color convert

RGB21121796-
CMYK0.0300.560.15
HSL62.98º61.42%61.37%-
HSV(B)62.98º55.76%85.1%-
XYZ53.7964.3220.65-
YUV201.4168.51134.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.27%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=40.27%
G=41.41%
B=18.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211217960.0300.560.1562.9861.4261.37
HexD3D9603038F3f3d3d
Octal323331140307017777575
Binary110100111101100111000001101110001111111111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D960; }

 p { color: rgb(211,217,96); }

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

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

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

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

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

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

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