Html Css Color HEX #D8B336 Metallic Gold

📋 copy color: '#D8B336'

red 216 ◦ green 179 ◦ blue 54

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

Shades of Metallic Gold #D8B336

Tints of Metallic Gold #D8B336

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.87%

 BLUE value IS 54 (21.48% from 255) = 12.03%

R = 48.11%
G = 39.87%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D8B336 (or 0xD8B336) is known color: Metallic Gold. HEX triplet: D8, B3 and 36. RGB value is (216,179,54). Sum of RGB (Red+Green+Blue) = 216+179+54=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B336 is #274CC9. Grayscale: #B0B0B0. Windows color (decimal): -2575562 or 3584984. OLE color: 3584984.

HSL color Cylindrical-coordinate representation of color #D8B336: hue angle of 46.3º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8B336 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 54 -
CMYK 0 0.17 0.75 0.15
HSL 46.3º 0.68% 0.53% -
HSV(B) 46.3º 0.75% 0.85% -
XYZ 45.1 47.11 10.21 -
YUV 175.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 216 179 54 0 0.17 0.75 0.15 46.3 0.68 0.53
Hex D8 B3 36 0 11 4B F 2E 44 35
Octal 330 263 66 0 21 113 17 56 104 65
Binary 11011000 10110011 110110 0 10001 1001011 1111 101110 1000100 110101

Color Harmonies of #D8B336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B336

Black with #D8B336

Text Example


Text Example

White with #D8B336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B336; }

 p { color: rgb(216,179,54); }

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

background-color css

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

 a { background-color: rgb(216,179,54); }

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

border-color css

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

 span { border-color: rgb(216,179,54); }

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