#D5D766

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

Shades of Goldenrod #D5D766

Tints of Goldenrod #D5D766

Color information

#D5D766 (or 0xD5D766) is unknown color: approx Goldenrod. HEX triplet: D5, D7 and 66. RGB value is (213,215,102). Sum of RGB (Red+Green+Blue) = 213+215+102=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D766 is #2A2899. Grayscale: #C9C9C9. Windows color (decimal): -2762906 or 6739925. OLE color: 6739925.

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

Color convert

RGB213215102-
CMYK0.0100.530.16
HSL61.06º58.55%62.16%-
HSV(B)61.06º52.56%84.31%-
XYZ54.1463.7122.01-
YUV201.5271.84136.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 102 (40.23% from 255) = 19.25%
R=40.19%
G=40.57%
B=19.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132151020.0100.530.1661.0658.5562.16
HexD5D7661035103d3b3e
Octal325327146106520757376
Binary110101011101011111001101011010110000111101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D766; }

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

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

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

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

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

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

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

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