#D6D278

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

Shades of Goldenrod #D6D278

Tints of Goldenrod #D6D278

Color information

#D6D278 (or 0xD6D278) is unknown color: approx Goldenrod. HEX triplet: D6, D2 and 78. RGB value is (214,210,120). Sum of RGB (Red+Green+Blue) = 214+210+120=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D278 is #292D87. Grayscale: #C9C9C9. Windows color (decimal): -2698632 or 7918294. OLE color: 7918294.

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

Color convert

RGB214210120-
CMYK00.020.440.16
HSL57.45º53.41%65.49%-
HSV(B)57.45º43.93%83.92%-
XYZ54.1761.7526.83-
YUV200.9482.33137.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 210 (82.42% from 255) = 38.60%
BLUE value IS 120 (47.27% from 255) = 22.06%
R=39.34%
G=38.60%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421012000.020.440.1657.4553.4165.49
HexD6D278022C10393541
Octal3263221700254207165101
Binary11010110110100101111000010101100100001110011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D278; }

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

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

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

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

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

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

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

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