#D5D36E

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

Shades of Goldenrod #D5D36E

Tints of Goldenrod #D5D36E

Color information

#D5D36E (or 0xD5D36E) is unknown color: approx Goldenrod. HEX triplet: D5, D3 and 6E. RGB value is (213,211,110). Sum of RGB (Red+Green+Blue) = 213+211+110=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D36E is #2A2C91. Grayscale: #C8C8C8. Windows color (decimal): -2763922 or 7263189. OLE color: 7263189.

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

Color convert

RGB213211110-
CMYK00.010.480.16
HSL58.83º55.08%63.33%-
HSV(B)58.83º48.36%83.53%-
XYZ53.5561.8623.87-
YUV200.0877.16137.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 211 (82.81% from 255) = 39.51%
BLUE value IS 110 (43.36% from 255) = 20.60%
R=39.89%
G=39.51%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321111000.010.480.1658.8355.0863.33
HexD5D36E0130103b373f
Octal325323156016020736777
Binary110101011101001111011100111000010000111011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D36E; }

 p { color: rgb(213,211,110); }

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

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

 a { background-color: rgb(213,211,110); }

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

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

 span { border-color: rgb(213,211,110); }

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