#D3D06C

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

Shades of Goldenrod #D3D06C

Tints of Goldenrod #D3D06C

Color information

#D3D06C (or 0xD3D06C) is unknown color: approx Goldenrod. HEX triplet: D3, D0 and 6C. RGB value is (211,208,108). Sum of RGB (Red+Green+Blue) = 211+208+108=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D06C is #2C2F93. Grayscale: #C5C5C5. Windows color (decimal): -2895764 or 7131347. OLE color: 7131347.

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

Color convert

RGB211208108-
CMYK00.010.490.17
HSL58.25º53.93%62.55%-
HSV(B)58.25º48.82%82.75%-
XYZ52.1360.0423.03-
YUV197.577.49137.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 208 (81.64% from 255) = 39.47%
BLUE value IS 108 (42.58% from 255) = 20.49%
R=40.04%
G=39.47%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120810800.010.490.1758.2553.9362.55
HexD3D06C0131113a363f
Octal323320154016121726677
Binary110100111101000011011000111000110001111010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D06C; }

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

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

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

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

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

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

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

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