Html Css Color HEX #D8B341 Metallic Gold

📋 copy color: '#D8B341'

red 216 ◦ green 179 ◦ blue 65

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

Shades of Metallic Gold #D8B341

Tints of Metallic Gold #D8B341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.13%

R = 46.96%
G = 38.91%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8B341 (or 0xD8B341) is known color: Metallic Gold. HEX triplet: D8, B3 and 41. RGB value is (216,179,65). Sum of RGB (Red+Green+Blue) = 216+179+65=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B341 is #274CBE. Grayscale: #B1B1B1. Windows color (decimal): -2575551 or 4305880. OLE color: 4305880.

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

Color convert

RGB 216 179 65 -
CMYK 0 0.17 0.70 0.15
HSL 45.3º 0.66% 0.55% -
HSV(B) 45.3º 0.7% 0.85% -
XYZ 45.39 47.22 11.72 -
YUV 177.07 64.76 155.77 -
System Red Green Blue C M Y K H S L
Decimal 216 179 65 0 0.17 0.70 0.15 45.3 0.66 0.55
Hex D8 B3 41 0 11 46 F 2D 42 37
Octal 330 263 101 0 21 106 17 55 102 67
Binary 11011000 10110011 1000001 0 10001 1000110 1111 101101 1000010 110111

Color Harmonies of #D8B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B341

Black with #D8B341

Text Example


Text Example

White with #D8B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B341; }

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

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

background-color css

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

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

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

border-color css

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

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

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