#d6d664

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

Shades of Goldenrod #D6D664

Tints of Goldenrod #D6D664

Color information

#D6D664 (or 0xD6D664) is unknown color: approx Goldenrod. HEX triplet: D6, D6 and 64. RGB value is (214,214,100). Sum of RGB (Red+Green+Blue) = 214+214+100=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D664 is #29299B. Grayscale: #C9C9C9. Windows color (decimal): -2697628 or 6608598. OLE color: 6608598.

HSL color Cylindrical-coordinate representation of color #D6D664: hue angle of 60º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6D664 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214214100-
CMYK000.530.16
HSL60º58.16%61.57%-
HSV(B)60º53.27%83.92%-
XYZ54.0863.3121.43-
YUV20171137.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 214 (83.98% from 255) = 40.53%
BLUE value IS 100 (39.45% from 255) = 18.94%
R=40.53%
G=40.53%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214100000.530.166058.1661.57
HexD6D6640035103c3a3e
Octal326326144006520747276
Binary110101101101011011001000011010110000111100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6d664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6d664; }

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

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

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

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

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

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

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

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