#D8D16A

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

Shades of Goldenrod #D8D16A

Tints of Goldenrod #D8D16A

Color information

#D8D16A (or 0xD8D16A) is unknown color: approx Goldenrod. HEX triplet: D8, D1 and 6A. RGB value is (216,209,106). Sum of RGB (Red+Green+Blue) = 216+209+106=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D16A is #272E95. Grayscale: #C7C7C7. Windows color (decimal): -2567830 or 7000536. OLE color: 7000536.

HSL color Cylindrical-coordinate representation of color #D8D16A: hue angle of 56.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8D16A is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216209106-
CMYK00.030.510.15
HSL56.18º58.51%63.14%-
HSV(B)56.18º50.93%84.71%-
XYZ53.7261.2422.62-
YUV199.3575.32139.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 106 (41.80% from 255) = 19.96%
R=40.68%
G=39.36%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620910600.030.510.1556.1858.5163.14
HexD8D16A0333F383b3f
Octal330321152036317707377
Binary110110001101000111010100111100111111111000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D16A; }

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

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

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

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

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

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

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

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