#D6D766

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

Shades of Goldenrod #D6D766

Tints of Goldenrod #D6D766

Color information

#D6D766 (or 0xD6D766) is unknown color: approx Goldenrod. HEX triplet: D6, D7 and 66. RGB value is (214,215,102). Sum of RGB (Red+Green+Blue) = 214+215+102=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D766 is #292899. Grayscale: #CACACA. Windows color (decimal): -2697370 or 6739926. OLE color: 6739926.

HSL color Cylindrical-coordinate representation of color #D6D766: hue angle of 60.53º degrees, saturation: 0.59, 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 #D6D766 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214215102-
CMYK0.0000.530.16
HSL60.53º58.55%62.16%-
HSV(B)60.53º52.56%84.31%-
XYZ54.4363.8622.03-
YUV201.8271.67136.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 215 (84.38% from 255) = 40.49%
BLUE value IS 102 (40.23% from 255) = 19.21%
R=40.30%
G=40.49%
B=19.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142151020.0000.530.1660.5358.5562.16
HexD6D7660035103d3b3e
Octal326327146006520757376
Binary110101101101011111001100011010110000111101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D766; }

 p { color: rgb(214,215,102); }

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

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

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

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

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

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

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