#D5DA64

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

Shades of Goldenrod #D5DA64

Tints of Goldenrod #D5DA64

Color information

#D5DA64 (or 0xD5DA64) is unknown color: approx Goldenrod. HEX triplet: D5, DA and 64. RGB value is (213,218,100). Sum of RGB (Red+Green+Blue) = 213+218+100=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA64 is #2A259B. Grayscale: #CBCBCB. Windows color (decimal): -2762140 or 6609621. OLE color: 6609621.

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

Color convert

RGB213218100-
CMYK0.0200.540.15
HSL62.54º61.46%62.35%-
HSV(B)62.54º54.13%85.49%-
XYZ54.8165.2121.75-
YUV203.0569.84135.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 100 (39.45% from 255) = 18.83%
R=40.11%
G=41.05%
B=18.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132181000.0200.540.1562.5461.4662.35
HexD5DA642036F3f3d3e
Octal325332144206617777576
Binary110101011101101011001001001101101111111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA64; }

 p { color: rgb(213,218,100); }

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

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

 a { background-color: rgb(213,218,100); }

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

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

 span { border-color: rgb(213,218,100); }

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