#D8B642

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

Shades of Old Gold #D8B642

Tints of Old Gold #D8B642

Color information

#D8B642 (or 0xD8B642) is unknown color: approx Old Gold. HEX triplet: D8, B6 and 42. RGB value is (216,182,66). Sum of RGB (Red+Green+Blue) = 216+182+66=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B642 is #2749BD. Grayscale: #B3B3B3. Windows color (decimal): -2574782 or 4372184. OLE color: 4372184.

HSL color Cylindrical-coordinate representation of color #D8B642: hue angle of 46.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8B642 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21618266-
CMYK00.160.690.15
HSL46.4º65.79%55.29%-
HSV(B)46.4º69.44%84.71%-
XYZ46.0348.4512.08-
YUV178.9464.26154.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.55%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 66 (26.17% from 255) = 14.22%
R=46.55%
G=39.22%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161826600.160.690.1546.465.7955.29
HexD8B64201045F2e4237
Octal330266102020105175610267
Binary11011000101101101000010010000100010111111011101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B642; }

 p { color: rgb(216,182,66); }

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

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

 a { background-color: rgb(216,182,66); }

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

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

 span { border-color: rgb(216,182,66); }

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