Html Css Color HEX #D8B440 Metallic Gold

📋 copy color: '#D8B440'

red 216 ◦ green 180 ◦ blue 64

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

Shades of Metallic Gold #D8B440

Tints of Metallic Gold #D8B440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.91%

R = 46.96%
G = 39.13%
B = 13.91%

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

#D8B440 (or 0xD8B440) is known color: Metallic Gold. HEX triplet: D8, B4 and 40. RGB value is (216,180,64). Sum of RGB (Red+Green+Blue) = 216+180+64=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B440 is #274BBF. Grayscale: #B2B2B2. Windows color (decimal): -2575296 or 4240600. OLE color: 4240600.

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

Color convert

RGB 216 180 64 -
CMYK 0 0.17 0.70 0.15
HSL 45.79º 0.66% 0.55% -
HSV(B) 45.79º 0.7% 0.85% -
XYZ 45.57 47.61 11.64 -
YUV 177.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 216 180 64 0 0.17 0.70 0.15 45.79 0.66 0.55
Hex D8 B4 40 0 11 46 F 2E 42 37
Octal 330 264 100 0 21 106 17 56 102 67
Binary 11011000 10110100 1000000 0 10001 1000110 1111 101110 1000010 110111

Color Harmonies of #D8B440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B440

Black with #D8B440

Text Example


Text Example

White with #D8B440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B440; }

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

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

background-color css

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

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

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

border-color css

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

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

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