Html Css Color HEX #D8B539 Metallic Gold

📋 copy color: '#D8B539'

red 216 ◦ green 181 ◦ blue 57

#D8B539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #D8B539

Tints of Metallic Gold #D8B539

RGB

 RED value IS 216 (84.77% from 255) = 47.58%

 GREEN value IS 181 (71.09% from 255) = 39.87%

 BLUE value IS 57 (22.66% from 255) = 12.56%

R = 47.58%
G = 39.87%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D8B539 (or 0xD8B539) is known color: Metallic Gold. HEX triplet: D8, B5 and 39. RGB value is (216,181,57). Sum of RGB (Red+Green+Blue) = 216+181+57=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B539 is #274AC6. Grayscale: #B1B1B1. Windows color (decimal): -2575047 or 3782104. OLE color: 3782104.

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

Color convert

RGB 216 181 57 -
CMYK 0 0.16 0.74 0.15
HSL 46.79º 0.67% 0.54% -
HSV(B) 46.79º 0.74% 0.85% -
XYZ 45.58 47.94 10.72 -
YUV 177.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 216 181 57 0 0.16 0.74 0.15 46.79 0.67 0.54
Hex D8 B5 39 0 10 4A F 2F 43 36
Octal 330 265 71 0 20 112 17 57 103 66
Binary 11011000 10110101 111001 0 10000 1001010 1111 101111 1000011 110110

Color Harmonies of #D8B539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B539

Black with #D8B539

Text Example


Text Example

White with #D8B539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B539; }

 p { color: rgb(216,181,57); }

 H1.HeaderClassName
 {
   color: #D8B539;
 }
 .AnyTagClassName
 {
   color: #D8B539;
 }
</style>

background-color css

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

 a { background-color: rgb(216,181,57); }

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

border-color css

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

 span { border-color: rgb(216,181,57); }

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