Html Css Color HEX #D6B52E Metallic Gold

📋 copy color: '#D6B52E'

red 214 ◦ green 181 ◦ blue 46

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

Shades of Metallic Gold #D6B52E

Tints of Metallic Gold #D6B52E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 46 (18.36% from 255) = 10.43%

R = 48.53%
G = 41.04%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6B52E (or 0xD6B52E) is known color: Metallic Gold. HEX triplet: D6, B5 and 2E. RGB value is (214,181,46). Sum of RGB (Red+Green+Blue) = 214+181+46=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B52E is #294AD1. Grayscale: #B0B0B0. Windows color (decimal): -2706130 or 3061206. OLE color: 3061206.

HSL color Cylindrical-coordinate representation of color #D6B52E: hue angle of 48.21º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6B52E is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 46 -
CMYK 0 0.15 0.79 0.16
HSL 48.21º 0.67% 0.51% -
HSV(B) 48.21º 0.79% 0.84% -
XYZ 44.75 47.54 9.4 -
YUV 175.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 214 181 46 0 0.15 0.79 0.16 48.21 0.67 0.51
Hex D6 B5 2E 0 F 4F 10 30 43 33
Octal 326 265 56 0 17 117 20 60 103 63
Binary 11010110 10110101 101110 0 1111 1001111 10000 110000 1000011 110011

Color Harmonies of #D6B52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B52E

Black with #D6B52E

Text Example


Text Example

White with #D6B52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B52E; }

 p { color: rgb(214,181,46); }

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

background-color css

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

 a { background-color: rgb(214,181,46); }

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

border-color css

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

 span { border-color: rgb(214,181,46); }

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