Html Css Color HEX #D8B531 Metallic Gold

📋 copy color: '#D8B531'

red 216 ◦ green 181 ◦ blue 49

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

Shades of Metallic Gold #D8B531

Tints of Metallic Gold #D8B531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.99%

R = 48.43%
G = 40.58%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8B531 (or 0xD8B531) is known color: Metallic Gold. HEX triplet: D8, B5 and 31. RGB value is (216,181,49). Sum of RGB (Red+Green+Blue) = 216+181+49=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B531 is #274ACE. Grayscale: #B0B0B0. Windows color (decimal): -2575055 or 3257816. OLE color: 3257816.

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

Color convert

RGB 216 181 49 -
CMYK 0 0.16 0.77 0.15
HSL 47.43º 0.68% 0.52% -
HSV(B) 47.43º 0.77% 0.85% -
XYZ 45.4 47.87 9.75 -
YUV 176.42 56.1 156.23 -
System Red Green Blue C M Y K H S L
Decimal 216 181 49 0 0.16 0.77 0.15 47.43 0.68 0.52
Hex D8 B5 31 0 10 4D F 2F 44 34
Octal 330 265 61 0 20 115 17 57 104 64
Binary 11011000 10110101 110001 0 10000 1001101 1111 101111 1000100 110100

Color Harmonies of #D8B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B531

Black with #D8B531

Text Example


Text Example

White with #D8B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B531; }

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

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

background-color css

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

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

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

border-color css

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

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

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