Html Css Color HEX #D8B142 Metallic Gold

📋 copy color: '#D8B142'

red 216 ◦ green 177 ◦ blue 66

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

Shades of Metallic Gold #D8B142

Tints of Metallic Gold #D8B142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.56%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 47.06%
G = 38.56%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D8B142 (or 0xD8B142) is known color: Metallic Gold. HEX triplet: D8, B1 and 42. RGB value is (216,177,66). Sum of RGB (Red+Green+Blue) = 216+177+66=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B142 is #274EBD. Grayscale: #B0B0B0. Windows color (decimal): -2576062 or 4370904. OLE color: 4370904.

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

Color convert

RGB 216 177 66 -
CMYK 0 0.18 0.69 0.15
HSL 44.4º 0.66% 0.55% -
HSV(B) 44.4º 0.69% 0.85% -
XYZ 45.02 46.44 11.74 -
YUV 176.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 216 177 66 0 0.18 0.69 0.15 44.4 0.66 0.55
Hex D8 B1 42 0 12 45 F 2C 42 37
Octal 330 261 102 0 22 105 17 54 102 67
Binary 11011000 10110001 1000010 0 10010 1000101 1111 101100 1000010 110111

Color Harmonies of #D8B142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B142

Black with #D8B142

Text Example


Text Example

White with #D8B142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B142; }

 p { color: rgb(216,177,66); }

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

background-color css

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

 a { background-color: rgb(216,177,66); }

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

border-color css

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

 span { border-color: rgb(216,177,66); }

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