#D5D16A

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

Shades of Goldenrod #D5D16A

Tints of Goldenrod #D5D16A

Color information

#D5D16A (or 0xD5D16A) is unknown color: approx Goldenrod. HEX triplet: D5, D1 and 6A. RGB value is (213,209,106). Sum of RGB (Red+Green+Blue) = 213+209+106=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D16A is #2A2E95. Grayscale: #C6C6C6. Windows color (decimal): -2764438 or 7000533. OLE color: 7000533.

HSL color Cylindrical-coordinate representation of color #D5D16A: hue angle of 57.76º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5D16A is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213209106-
CMYK00.020.500.16
HSL57.76º56.02%62.55%-
HSV(B)57.76º50.23%83.53%-
XYZ52.8460.7922.58-
YUV198.4575.83138.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=40.34%
G=39.58%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320910600.020.500.1657.7656.0262.55
HexD5D16A0232103a383f
Octal325321152026220727077
Binary1101010111010001110101001011001010000111010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D16A; }

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

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

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

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

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

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

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

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