#D8D064

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

Shades of Goldenrod #D8D064

Tints of Goldenrod #D8D064

Color information

#D8D064 (or 0xD8D064) is unknown color: approx Goldenrod. HEX triplet: D8, D0 and 64. RGB value is (216,208,100). Sum of RGB (Red+Green+Blue) = 216+208+100=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D064 is #272F9B. Grayscale: #C6C6C6. Windows color (decimal): -2568092 or 6607064. OLE color: 6607064.

HSL color Cylindrical-coordinate representation of color #D8D064: hue angle of 55.86º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8D064 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB216208100-
CMYK00.040.540.15
HSL55.86º59.79%61.96%-
HSV(B)55.86º53.7%84.71%-
XYZ53.1860.6320.96-
YUV198.0872.65140.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 100 (39.45% from 255) = 19.08%
R=41.22%
G=39.69%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620810000.040.540.1555.8659.7961.96
HexD8D0640436F383c3e
Octal330320144046617707476
Binary1101100011010000110010001001101101111111000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D064; }

 p { color: rgb(216,208,100); }

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

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

 a { background-color: rgb(216,208,100); }

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

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

 span { border-color: rgb(216,208,100); }

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