#D6D66F

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

Shades of Goldenrod #D6D66F

Tints of Goldenrod #D6D66F

Color information

#D6D66F (or 0xD6D66F) is unknown color: approx Goldenrod. HEX triplet: D6, D6 and 6F. RGB value is (214,214,111). Sum of RGB (Red+Green+Blue) = 214+214+111=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D66F is #292990. Grayscale: #CACACA. Windows color (decimal): -2697617 or 7329494. OLE color: 7329494.

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

Color convert

RGB214214111-
CMYK000.480.16
HSL60º55.68%63.73%-
HSV(B)60º48.13%83.92%-
XYZ54.6563.5424.42-
YUV202.2676.5136.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 111 (43.75% from 255) = 20.59%
R=39.70%
G=39.70%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214111000.480.166055.6863.73
HexD6D66F0030103c3840
Octal3263261570060207470100
Binary1101011011010110110111100110000100001111001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D66F; }

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

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

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

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

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

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

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

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