Html Css Color HEX #D2A138 Metallic Gold

📋 copy color: '#D2A138'

red 210 ◦ green 161 ◦ blue 56

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

Shades of Metallic Gold #D2A138

Tints of Metallic Gold #D2A138

RGB

 RED value IS 210 (82.42% from 255) = 49.18%

 GREEN value IS 161 (63.28% from 255) = 37.7%

 BLUE value IS 56 (22.27% from 255) = 13.11%

R = 49.18%
G = 37.7%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2A138 (or 0xD2A138) is known color: Metallic Gold. HEX triplet: D2, A1 and 38. RGB value is (210,161,56). Sum of RGB (Red+Green+Blue) = 210+161+56=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A138 is #2D5EC7. Grayscale: #A4A4A4. Windows color (decimal): -2973384 or 3711442. OLE color: 3711442.

HSL color Cylindrical-coordinate representation of color #D2A138: hue angle of 40.91º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2A138 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 161 56 -
CMYK 0 0.23 0.73 0.18
HSL 40.91º 0.63% 0.52% -
HSV(B) 40.91º 0.73% 0.82% -
XYZ 40.04 39.48 9.25 -
YUV 163.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 210 161 56 0 0.23 0.73 0.18 40.91 0.63 0.52
Hex D2 A1 38 0 17 49 12 29 3F 34
Octal 322 241 70 0 27 111 22 51 77 64
Binary 11010010 10100001 111000 0 10111 1001001 10010 101001 111111 110100

Color Harmonies of #D2A138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A138

Black with #D2A138

Text Example


Text Example

White with #D2A138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A138; }

 p { color: rgb(210,161,56); }

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

background-color css

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

 a { background-color: rgb(210,161,56); }

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

border-color css

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

 span { border-color: rgb(210,161,56); }

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