#D3D06E

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

Shades of Goldenrod #D3D06E

Tints of Goldenrod #D3D06E

Color information

#D3D06E (or 0xD3D06E) is unknown color: approx Goldenrod. HEX triplet: D3, D0 and 6E. RGB value is (211,208,110). Sum of RGB (Red+Green+Blue) = 211+208+110=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D06E is #2C2F91. Grayscale: #C6C6C6. Windows color (decimal): -2895762 or 7262419. OLE color: 7262419.

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

Color convert

RGB211208110-
CMYK00.010.480.17
HSL58.22º53.44%62.94%-
HSV(B)58.22º47.87%82.75%-
XYZ52.2360.0923.6-
YUV197.7278.49137.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.89%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 110 (43.36% from 255) = 20.79%
R=39.89%
G=39.32%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120811000.010.480.1758.2253.4462.94
HexD3D06E0130113a353f
Octal323320156016021726577
Binary110100111101000011011100111000010001111010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D06E; }

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

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

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

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

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

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

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

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