Html Css Color HEX #D8B331 Metallic Gold

📋 copy color: '#D8B331'

red 216 ◦ green 179 ◦ blue 49

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

Shades of Metallic Gold #D8B331

Tints of Metallic Gold #D8B331

RGB

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

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

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

R = 48.65%
G = 40.32%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8B331 (or 0xD8B331) is known color: Metallic Gold. HEX triplet: D8, B3 and 31. RGB value is (216,179,49). Sum of RGB (Red+Green+Blue) = 216+179+49=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B331 is #274CCE. Grayscale: #AFAFAF. Windows color (decimal): -2575567 or 3257304. OLE color: 3257304.

HSL color Cylindrical-coordinate representation of color #D8B331: hue angle of 46.71º 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 #D8B331 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 49 -
CMYK 0 0.17 0.77 0.15
HSL 46.71º 0.68% 0.52% -
HSV(B) 46.71º 0.77% 0.85% -
XYZ 44.99 47.06 9.62 -
YUV 175.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 216 179 49 0 0.17 0.77 0.15 46.71 0.68 0.52
Hex D8 B3 31 0 11 4D F 2F 44 34
Octal 330 263 61 0 21 115 17 57 104 64
Binary 11011000 10110011 110001 0 10001 1001101 1111 101111 1000100 110100

Color Harmonies of #D8B331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B331

Black with #D8B331

Text Example


Text Example

White with #D8B331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B331; }

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

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

background-color css

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

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

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

border-color css

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

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

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