#D6D765

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

Shades of Goldenrod #D6D765

Tints of Goldenrod #D6D765

Color information

#D6D765 (or 0xD6D765) is unknown color: approx Goldenrod. HEX triplet: D6, D7 and 65. RGB value is (214,215,101). Sum of RGB (Red+Green+Blue) = 214+215+101=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D765 is #29289A. Grayscale: #CACACA. Windows color (decimal): -2697371 or 6674390. OLE color: 6674390.

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

Color convert

RGB214215101-
CMYK0.0000.530.16
HSL60.53º58.76%61.96%-
HSV(B)60.53º53.02%84.31%-
XYZ54.3863.8421.77-
YUV201.771.17136.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 101 (39.84% from 255) = 19.06%
R=40.38%
G=40.57%
B=19.06%

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
Decimal2142151010.0000.530.1660.5358.7661.96
HexD6D7650035103d3b3e
Octal326327145006520757376
Binary110101101101011111001010011010110000111101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D765; }

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

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

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

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

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

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

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

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