#D6D273

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

Shades of Goldenrod #D6D273

Tints of Goldenrod #D6D273

Color information

#D6D273 (or 0xD6D273) is unknown color: approx Goldenrod. HEX triplet: D6, D2 and 73. RGB value is (214,210,115). Sum of RGB (Red+Green+Blue) = 214+210+115=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D273 is #292D8C. Grayscale: #C8C8C8. Windows color (decimal): -2698637 or 7590614. OLE color: 7590614.

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

Color convert

RGB214210115-
CMYK00.020.460.16
HSL57.58º54.7%64.51%-
HSV(B)57.58º46.26%83.92%-
XYZ53.8761.6325.28-
YUV200.3779.83137.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 210 (82.42% from 255) = 38.96%
BLUE value IS 115 (45.31% from 255) = 21.34%
R=39.70%
G=38.96%
B=21.34%

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
Decimal21421011500.020.460.1657.5854.764.51
HexD6D273022E103a3741
Octal3263221630256207267101
Binary11010110110100101110011010101110100001110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D273; }

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

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

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

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

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

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

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

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