#D6D473

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

Shades of Goldenrod #D6D473

Tints of Goldenrod #D6D473

Color information

#D6D473 (or 0xD6D473) is unknown color: approx Goldenrod. HEX triplet: D6, D4 and 73. RGB value is (214,212,115). Sum of RGB (Red+Green+Blue) = 214+212+115=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D473 is #292B8C. Grayscale: #C9C9C9. Windows color (decimal): -2698125 or 7591126. OLE color: 7591126.

HSL color Cylindrical-coordinate representation of color #D6D473: hue angle of 58.79º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6D473 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214212115-
CMYK00.010.460.16
HSL58.79º54.7%64.51%-
HSV(B)58.79º46.26%83.92%-
XYZ54.3762.6225.44-
YUV201.5479.16136.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 115 (45.31% from 255) = 21.26%
R=39.56%
G=39.19%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421211500.010.460.1658.7954.764.51
HexD6D473012E103b3741
Octal3263241630156207367101
Binary1101011011010100111001101101110100001110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D473; }

 p { color: rgb(214,212,115); }

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

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

 a { background-color: rgb(214,212,115); }

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

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

 span { border-color: rgb(214,212,115); }

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