#d2d55e

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

Shades of Goldenrod #D2D55E

Tints of Goldenrod #D2D55E

Color information

#D2D55E (or 0xD2D55E) is unknown color: approx Goldenrod. HEX triplet: D2, D5 and 5E. RGB value is (210,213,94). Sum of RGB (Red+Green+Blue) = 210+213+94=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D55E is #2D2AA1. Grayscale: #C7C7C7. Windows color (decimal): -2960034 or 6215122. OLE color: 6215122.

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

Color convert

RGB21021394-
CMYK0.0100.560.16
HSL61.51º58.62%60.2%-
HSV(B)61.51º55.87%83.53%-
XYZ52.3962.119.81-
YUV198.5469.01136.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 94 (37.11% from 255) = 18.18%
R=40.62%
G=41.20%
B=18.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210213940.0100.560.1661.5158.6260.2
HexD2D55E1038103e3b3c
Octal322325136107020767374
Binary110100101101010110111101011100010000111110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2d55e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2d55e; }

 p { color: rgb(210,213,94); }

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

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

 a { background-color: rgb(210,213,94); }

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

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

 span { border-color: rgb(210,213,94); }

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