#D2D678

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

Shades of Goldenrod #D2D678

Tints of Goldenrod #D2D678

Color information

#D2D678 (or 0xD2D678) is unknown color: approx Goldenrod. HEX triplet: D2, D6 and 78. RGB value is (210,214,120). Sum of RGB (Red+Green+Blue) = 210+214+120=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D678 is #2D2987. Grayscale: #CACACA. Windows color (decimal): -2959752 or 7919314. OLE color: 7919314.

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

Color convert

RGB210214120-
CMYK0.0200.440.16
HSL62.55º53.41%65.49%-
HSV(B)62.55º43.93%83.92%-
XYZ54.0263.1527.11-
YUV202.0981.67133.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141200.0200.440.1662.5553.4165.49
HexD2D678202C103f3541
Octal3223261702054207765101
Binary11010010110101101111000100101100100001111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D678; }

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

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

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

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

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

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

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

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