#D6E064

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

Shades of Goldenrod #D6E064

Tints of Goldenrod #D6E064

Color information

#D6E064 (or 0xD6E064) is unknown color: approx Goldenrod. HEX triplet: D6, E0 and 64. RGB value is (214,224,100). Sum of RGB (Red+Green+Blue) = 214+224+100=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E064 is #291F9B. Grayscale: #CFCFCF. Windows color (decimal): -2695068 or 6611158. OLE color: 6611158.

HSL color Cylindrical-coordinate representation of color #D6E064: hue angle of 64.84º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6E064 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB214224100-
CMYK0.0400.550.12
HSL64.84º66.67%63.53%-
HSV(B)64.84º55.36%87.84%-
XYZ56.6968.5322.3-
YUV206.8767.69133.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 224 (87.89% from 255) = 41.64%
BLUE value IS 100 (39.45% from 255) = 18.59%
R=39.78%
G=41.64%
B=18.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142241000.0400.550.1264.8466.6763.53
HexD6E0644037C414340
Octal326340144406714101103100
Binary1101011011100000110010010001101111100100000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E064; }

 p { color: rgb(214,224,100); }

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

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

 a { background-color: rgb(214,224,100); }

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

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

 span { border-color: rgb(214,224,100); }

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