#D6D165

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

Shades of Goldenrod #D6D165

Tints of Goldenrod #D6D165

Color information

#D6D165 (or 0xD6D165) is unknown color: approx Goldenrod. HEX triplet: D6, D1 and 65. RGB value is (214,209,101). Sum of RGB (Red+Green+Blue) = 214+209+101=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D165 is #292E9A. Grayscale: #C6C6C6. Windows color (decimal): -2698907 or 6672854. OLE color: 6672854.

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

Color convert

RGB214209101-
CMYK00.020.530.16
HSL57.35º57.95%61.76%-
HSV(B)57.35º52.8%83.92%-
XYZ52.8860.8421.27-
YUV198.1873.16139.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=40.84%
G=39.89%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420910100.020.530.1657.3557.9561.76
HexD6D165023510393a3e
Octal326321145026520717276
Binary1101011011010001110010101011010110000111001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D165; }

 p { color: rgb(214,209,101); }

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

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

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

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

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

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

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