#D3D069

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

Shades of Goldenrod #D3D069

Tints of Goldenrod #D3D069

Color information

#D3D069 (or 0xD3D069) is unknown color: approx Goldenrod. HEX triplet: D3, D0 and 69. RGB value is (211,208,105). Sum of RGB (Red+Green+Blue) = 211+208+105=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D069 is #2C2F96. Grayscale: #C5C5C5. Windows color (decimal): -2895767 or 6934739. OLE color: 6934739.

HSL color Cylindrical-coordinate representation of color #D3D069: hue angle of 58.3º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3D069 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB211208105-
CMYK00.010.500.17
HSL58.3º54.64%61.96%-
HSV(B)58.3º50.24%82.75%-
XYZ51.9759.9822.2-
YUV197.1675.99137.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.27%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 105 (41.41% from 255) = 20.04%
R=40.27%
G=39.69%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120810500.010.500.1758.354.6461.96
HexD3D0690132113a373e
Octal323320151016221726776
Binary110100111101000011010010111001010001111010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D069; }

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

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

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

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

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

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

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

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