#D4D765

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

Shades of Goldenrod #D4D765

Tints of Goldenrod #D4D765

Color information

#D4D765 (or 0xD4D765) is unknown color: approx Goldenrod. HEX triplet: D4, D7 and 65. RGB value is (212,215,101). Sum of RGB (Red+Green+Blue) = 212+215+101=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D765 is #2B289A. Grayscale: #C9C9C9. Windows color (decimal): -2828443 or 6674388. OLE color: 6674388.

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

Color convert

RGB212215101-
CMYK0.0100.530.16
HSL61.58º58.76%61.96%-
HSV(B)61.58º53.02%84.31%-
XYZ53.863.5421.74-
YUV201.1171.51135.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=40.15%
G=40.72%
B=19.13%

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
Decimal2122151010.0100.530.1661.5858.7661.96
HexD4D7651035103e3b3e
Octal324327145106520767376
Binary110101001101011111001011011010110000111110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D765; }

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

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

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

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

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

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

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

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