#D7D375

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

Shades of Goldenrod #D7D375

Tints of Goldenrod #D7D375

Color information

#D7D375 (or 0xD7D375) is unknown color: approx Goldenrod. HEX triplet: D7, D3 and 75. RGB value is (215,211,117). Sum of RGB (Red+Green+Blue) = 215+211+117=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D375 is #282C8A. Grayscale: #C9C9C9. Windows color (decimal): -2632843 or 7721943. OLE color: 7721943.

HSL color Cylindrical-coordinate representation of color #D7D375: hue angle of 57.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7D375 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215211117-
CMYK00.020.460.16
HSL57.55º55.06%65.1%-
HSV(B)57.55º45.58%84.31%-
XYZ54.5362.3225.98-
YUV201.4880.33137.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.59%
GREEN value IS 211 (82.81% from 255) = 38.86%
BLUE value IS 117 (46.09% from 255) = 21.55%
R=39.59%
G=38.86%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521111700.020.460.1657.5555.0665.1
HexD7D375022E103a3741
Octal3273231650256207267101
Binary11010111110100111110101010101110100001110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D375; }

 p { color: rgb(215,211,117); }

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

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

 a { background-color: rgb(215,211,117); }

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

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

 span { border-color: rgb(215,211,117); }

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