Html Css Color HEX #D6AB32 Metallic Gold

📋 copy color: '#D6AB32'

red 214 ◦ green 171 ◦ blue 50

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

Shades of Metallic Gold #D6AB32

Tints of Metallic Gold #D6AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.31%

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

R = 49.2%
G = 39.31%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D6AB32 (or 0xD6AB32) is known color: Metallic Gold. HEX triplet: D6, AB and 32. RGB value is (214,171,50). Sum of RGB (Red+Green+Blue) = 214+171+50=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB32 is #2954CD. Grayscale: #AAAAAA. Windows color (decimal): -2708686 or 3320790. OLE color: 3320790.

HSL color Cylindrical-coordinate representation of color #D6AB32: hue angle of 44.27º 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 #D6AB32 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 50 -
CMYK 0 0.20 0.77 0.16
HSL 44.27º 0.67% 0.52% -
HSV(B) 44.27º 0.77% 0.84% -
XYZ 42.87 43.65 9.18 -
YUV 170.06 60.25 159.34 -
System Red Green Blue C M Y K H S L
Decimal 214 171 50 0 0.20 0.77 0.16 44.27 0.67 0.52
Hex D6 AB 32 0 14 4D 10 2C 43 34
Octal 326 253 62 0 24 115 20 54 103 64
Binary 11010110 10101011 110010 0 10100 1001101 10000 101100 1000011 110100

Color Harmonies of #D6AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB32

Black with #D6AB32

Text Example


Text Example

White with #D6AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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