#D5D16F

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

Shades of Goldenrod #D5D16F

Tints of Goldenrod #D5D16F

Color information

#D5D16F (or 0xD5D16F) is unknown color: approx Goldenrod. HEX triplet: D5, D1 and 6F. RGB value is (213,209,111). Sum of RGB (Red+Green+Blue) = 213+209+111=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D16F is #2A2E90. Grayscale: #C7C7C7. Windows color (decimal): -2764433 or 7328213. OLE color: 7328213.

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

Color convert

RGB213209111-
CMYK00.020.480.16
HSL57.65º54.84%63.53%-
HSV(B)57.65º47.89%83.53%-
XYZ53.1160.8923.99-
YUV199.0278.33137.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 111 (43.75% from 255) = 20.83%
R=39.96%
G=39.21%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320911100.020.480.1657.6554.8463.53
HexD5D16F0230103a3740
Octal3253211570260207267100
Binary11010101110100011101111010110000100001110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D16F; }

 p { color: rgb(213,209,111); }

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

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

 a { background-color: rgb(213,209,111); }

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

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

 span { border-color: rgb(213,209,111); }

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