Html Css Color HEX #D8B441 Metallic Gold

📋 copy color: '#D8B441'

red 216 ◦ green 180 ◦ blue 65

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

Shades of Metallic Gold #D8B441

Tints of Metallic Gold #D8B441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.05%

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

R = 46.85%
G = 39.05%
B = 14.1%

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

#D8B441 (or 0xD8B441) is known color: Metallic Gold. HEX triplet: D8, B4 and 41. RGB value is (216,180,65). Sum of RGB (Red+Green+Blue) = 216+180+65=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B441 is #274BBE. Grayscale: #B2B2B2. Windows color (decimal): -2575295 or 4306136. OLE color: 4306136.

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

Color convert

RGB 216 180 65 -
CMYK 0 0.17 0.70 0.15
HSL 45.7º 0.66% 0.55% -
HSV(B) 45.7º 0.7% 0.85% -
XYZ 45.59 47.62 11.79 -
YUV 177.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 216 180 65 0 0.17 0.70 0.15 45.7 0.66 0.55
Hex D8 B4 41 0 11 46 F 2E 42 37
Octal 330 264 101 0 21 106 17 56 102 67
Binary 11011000 10110100 1000001 0 10001 1000110 1111 101110 1000010 110111

Color Harmonies of #D8B441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B441

Black with #D8B441

Text Example


Text Example

White with #D8B441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B441; }

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

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

background-color css

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

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

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

border-color css

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

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

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