#D5D163

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

Shades of Goldenrod #D5D163

Tints of Goldenrod #D5D163

Color information

#D5D163 (or 0xD5D163) is unknown color: approx Goldenrod. HEX triplet: D5, D1 and 63. RGB value is (213,209,99). Sum of RGB (Red+Green+Blue) = 213+209+99=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D163 is #2A2E9C. Grayscale: #C6C6C6. Windows color (decimal): -2764445 or 6541781. OLE color: 6541781.

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

Color convert

RGB21320999-
CMYK00.020.540.16
HSL57.89º57.58%61.18%-
HSV(B)57.89º53.52%83.53%-
XYZ52.4960.6520.74-
YUV197.6672.33138.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 99 (39.06% from 255) = 19.00%
R=40.88%
G=40.12%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132099900.020.540.1657.8957.5861.18
HexD5D1630236103a3a3d
Octal325321143026620727275
Binary1101010111010001110001101011011010000111010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D163; }

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

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

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

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

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

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

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

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