#D6D174

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

Shades of Goldenrod #D6D174

Tints of Goldenrod #D6D174

Color information

#D6D174 (or 0xD6D174) is unknown color: approx Goldenrod. HEX triplet: D6, D1 and 74. RGB value is (214,209,116). Sum of RGB (Red+Green+Blue) = 214+209+116=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D174 is #292E8B. Grayscale: #C8C8C8. Windows color (decimal): -2698892 or 7655894. OLE color: 7655894.

HSL color Cylindrical-coordinate representation of color #D6D174: hue angle of 56.94º degrees, saturation: 0.54, 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 #D6D174 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214209116-
CMYK00.020.460.16
HSL56.94º54.44%64.71%-
HSV(B)56.94º45.79%83.92%-
XYZ53.6861.1625.5-
YUV199.8980.66138.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 209 (82.03% from 255) = 38.78%
BLUE value IS 116 (45.70% from 255) = 21.52%
R=39.70%
G=38.78%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420911600.020.460.1656.9454.4464.71
HexD6D174022E10393641
Octal3263211640256207166101
Binary11010110110100011110100010101110100001110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D174; }

 p { color: rgb(214,209,116); }

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

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

 a { background-color: rgb(214,209,116); }

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

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

 span { border-color: rgb(214,209,116); }

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