#D2DA5D

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

Shades of Goldenrod #D2DA5D

Tints of Goldenrod #D2DA5D

Color information

#D2DA5D (or 0xD2DA5D) is unknown color: approx Goldenrod. HEX triplet: D2, DA and 5D. RGB value is (210,218,93). Sum of RGB (Red+Green+Blue) = 210+218+93=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA5D is #2D25A2. Grayscale: #C9C9C9. Windows color (decimal): -2958755 or 6150866. OLE color: 6150866.

HSL color Cylindrical-coordinate representation of color #D2DA5D: hue angle of 63.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2DA5D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21021893-
CMYK0.0400.570.15
HSL63.84º62.81%60.98%-
HSV(B)63.84º57.34%85.49%-
XYZ53.6364.6320.01-
YUV201.3666.85134.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=40.31%
G=41.84%
B=17.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210218930.0400.570.1563.8462.8160.98
HexD2DA5D4039F403f3d
Octal3223321354071171007775
Binary11010010110110101011101100011100111111000000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DA5D; }

 p { color: rgb(210,218,93); }

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

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

 a { background-color: rgb(210,218,93); }

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

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

 span { border-color: rgb(210,218,93); }

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