#D8D966

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

Shades of Goldenrod #D8D966

Tints of Goldenrod #D8D966

Color information

#D8D966 (or 0xD8D966) is unknown color: approx Goldenrod. HEX triplet: D8, D9 and 66. RGB value is (216,217,102). Sum of RGB (Red+Green+Blue) = 216+217+102=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D966 is #272699. Grayscale: #CCCCCC. Windows color (decimal): -2565786 or 6740440. OLE color: 6740440.

HSL color Cylindrical-coordinate representation of color #D8D966: hue angle of 60.52º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8D966 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216217102-
CMYK0.0000.530.15
HSL60.52º60.21%62.55%-
HSV(B)60.52º53%85.1%-
XYZ55.5365.1822.23-
YUV203.5970.67136.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 102 (40.23% from 255) = 19.07%
R=40.37%
G=40.56%
B=19.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162171020.0000.530.1560.5260.2162.55
HexD8D9660035F3d3c3f
Octal330331146006517757477
Binary11011000110110011100110001101011111111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D966; }

 p { color: rgb(216,217,102); }

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

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

 a { background-color: rgb(216,217,102); }

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

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

 span { border-color: rgb(216,217,102); }

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