Html Css Color HEX #D2A337 Metallic Gold

📋 copy color: '#D2A337'

red 210 ◦ green 163 ◦ blue 55

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

Shades of Metallic Gold #D2A337

Tints of Metallic Gold #D2A337

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.08%

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

R = 49.07%
G = 38.08%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D2A337 (or 0xD2A337) is known color: Metallic Gold. HEX triplet: D2, A3 and 37. RGB value is (210,163,55). Sum of RGB (Red+Green+Blue) = 210+163+55=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A337 is #2D5CC8. Grayscale: #A5A5A5. Windows color (decimal): -2972873 or 3646418. OLE color: 3646418.

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

Color convert

RGB 210 163 55 -
CMYK 0 0.22 0.74 0.18
HSL 41.81º 0.63% 0.52% -
HSV(B) 41.81º 0.74% 0.82% -
XYZ 40.37 40.17 9.24 -
YUV 164.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 210 163 55 0 0.22 0.74 0.18 41.81 0.63 0.52
Hex D2 A3 37 0 16 4A 12 2A 3F 34
Octal 322 243 67 0 26 112 22 52 77 64
Binary 11010010 10100011 110111 0 10110 1001010 10010 101010 111111 110100

Color Harmonies of #D2A337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A337

Black with #D2A337

Text Example


Text Example

White with #D2A337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A337; }

 p { color: rgb(210,163,55); }

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

background-color css

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

 a { background-color: rgb(210,163,55); }

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

border-color css

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

 span { border-color: rgb(210,163,55); }

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