Html Css Color HEX #D6A832 Metallic Gold

📋 copy color: '#D6A832'

red 214 ◦ green 168 ◦ blue 50

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

Shades of Metallic Gold #D6A832

Tints of Metallic Gold #D6A832

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

 BLUE value IS 50 (19.92% from 255) = 11.57%

R = 49.54%
G = 38.89%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D6A832 (or 0xD6A832) is known color: Metallic Gold. HEX triplet: D6, A8 and 32. RGB value is (214,168,50). Sum of RGB (Red+Green+Blue) = 214+168+50=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A832 is #2957CD. Grayscale: #A8A8A8. Windows color (decimal): -2709454 or 3320022. OLE color: 3320022.

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

Color convert

RGB 214 168 50 -
CMYK 0 0.21 0.77 0.16
HSL 43.17º 0.67% 0.52% -
HSV(B) 43.17º 0.77% 0.84% -
XYZ 42.31 42.53 9 -
YUV 168.3 61.24 160.59 -
System Red Green Blue C M Y K H S L
Decimal 214 168 50 0 0.21 0.77 0.16 43.17 0.67 0.52
Hex D6 A8 32 0 15 4D 10 2B 43 34
Octal 326 250 62 0 25 115 20 53 103 64
Binary 11010110 10101000 110010 0 10101 1001101 10000 101011 1000011 110100

Color Harmonies of #D6A832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A832

Black with #D6A832

Text Example


Text Example

White with #D6A832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A832; }

 p { color: rgb(214,168,50); }

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

background-color css

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

 a { background-color: rgb(214,168,50); }

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

border-color css

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

 span { border-color: rgb(214,168,50); }

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