#D3D869

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

Shades of Goldenrod #D3D869

Tints of Goldenrod #D3D869

Color information

#D3D869 (or 0xD3D869) is unknown color: approx Goldenrod. HEX triplet: D3, D8 and 69. RGB value is (211,216,105). Sum of RGB (Red+Green+Blue) = 211+216+105=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D869 is #2C2796. Grayscale: #CACACA. Windows color (decimal): -2893719 or 6936787. OLE color: 6936787.

HSL color Cylindrical-coordinate representation of color #D3D869: hue angle of 62.7º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3D869 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB211216105-
CMYK0.0200.510.15
HSL62.7º58.73%62.94%-
HSV(B)62.7º51.39%84.71%-
XYZ53.9763.9822.87-
YUV201.8573.34134.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.66%
GREEN value IS 216 (84.77% from 255) = 40.60%
BLUE value IS 105 (41.41% from 255) = 19.74%
R=39.66%
G=40.60%
B=19.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112161050.0200.510.1562.758.7362.94
HexD3D8692033F3f3b3f
Octal323330151206317777377
Binary110100111101100011010011001100111111111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D869; }

 p { color: rgb(211,216,105); }

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

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

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

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

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

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

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