#D2DA63

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

Shades of Goldenrod #D2DA63

Tints of Goldenrod #D2DA63

Color information

#D2DA63 (or 0xD2DA63) is unknown color: approx Goldenrod. HEX triplet: D2, DA and 63. RGB value is (210,218,99). Sum of RGB (Red+Green+Blue) = 210+218+99=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA63 is #2D259C. Grayscale: #CACACA. Windows color (decimal): -2958749 or 6544082. OLE color: 6544082.

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

Color convert

RGB21021899-
CMYK0.0400.550.15
HSL64.03º61.66%62.16%-
HSV(B)64.03º54.59%85.49%-
XYZ53.964.7521.46-
YUV202.0469.85133.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 99 (39.06% from 255) = 18.79%
R=39.85%
G=41.37%
B=18.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210218990.0400.550.1564.0361.6662.16
HexD2DA634037F403e3e
Octal3223321434067171007676
Binary11010010110110101100011100011011111111000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DA63; }

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

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

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

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

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

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

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

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