Html Css Color HEX #D2A331 Metallic Gold

📋 copy color: '#D2A331'

red 210 ◦ green 163 ◦ blue 49

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

Shades of Metallic Gold #D2A331

Tints of Metallic Gold #D2A331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.61%

R = 49.76%
G = 38.63%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2A331 (or 0xD2A331) is known color: Metallic Gold. HEX triplet: D2, A3 and 31. RGB value is (210,163,49). Sum of RGB (Red+Green+Blue) = 210+163+49=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A331 is #2D5CCE. Grayscale: #A4A4A4. Windows color (decimal): -2972879 or 3253202. OLE color: 3253202.

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

Color convert

RGB 210 163 49 -
CMYK 0 0.22 0.77 0.18
HSL 42.48º 0.64% 0.51% -
HSV(B) 42.48º 0.77% 0.82% -
XYZ 40.23 40.12 8.53 -
YUV 164.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 210 163 49 0 0.22 0.77 0.18 42.48 0.64 0.51
Hex D2 A3 31 0 16 4D 12 2A 40 33
Octal 322 243 61 0 26 115 22 52 100 63
Binary 11010010 10100011 110001 0 10110 1001101 10010 101010 1000000 110011

Color Harmonies of #D2A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A331

Black with #D2A331

Text Example


Text Example

White with #D2A331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A331; }

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

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

background-color css

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

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

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

border-color css

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

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

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