Html Css Color HEX #D6B437 Metallic Gold

📋 copy color: '#D6B437'

red 214 ◦ green 180 ◦ blue 55

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

Shades of Metallic Gold #D6B437

Tints of Metallic Gold #D6B437

RGB

 RED value IS 214 (83.98% from 255) = 47.66%

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

 BLUE value IS 55 (21.88% from 255) = 12.25%

R = 47.66%
G = 40.09%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D6B437 (or 0xD6B437) is known color: Metallic Gold. HEX triplet: D6, B4 and 37. RGB value is (214,180,55). Sum of RGB (Red+Green+Blue) = 214+180+55=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B437 is #294BC8. Grayscale: #B0B0B0. Windows color (decimal): -2706377 or 3650774. OLE color: 3650774.

HSL color Cylindrical-coordinate representation of color #D6B437: hue angle of 47.17º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6B437 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 55 -
CMYK 0 0.16 0.74 0.16
HSL 47.17º 0.66% 0.53% -
HSV(B) 47.17º 0.74% 0.84% -
XYZ 44.74 47.21 10.37 -
YUV 175.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 214 180 55 0 0.16 0.74 0.16 47.17 0.66 0.53
Hex D6 B4 37 0 10 4A 10 2F 42 35
Octal 326 264 67 0 20 112 20 57 102 65
Binary 11010110 10110100 110111 0 10000 1001010 10000 101111 1000010 110101

Color Harmonies of #D6B437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B437

Black with #D6B437

Text Example


Text Example

White with #D6B437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B437; }

 p { color: rgb(214,180,55); }

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

background-color css

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

 a { background-color: rgb(214,180,55); }

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

border-color css

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

 span { border-color: rgb(214,180,55); }

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