Html Css Color HEX #D2A332 Metallic Gold

📋 copy color: '#D2A332'

red 210 ◦ green 163 ◦ blue 50

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

Shades of Metallic Gold #D2A332

Tints of Metallic Gold #D2A332

RGB

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

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

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

R = 49.65%
G = 38.53%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2A332 (or 0xD2A332) is known color: Metallic Gold. HEX triplet: D2, A3 and 32. RGB value is (210,163,50). Sum of RGB (Red+Green+Blue) = 210+163+50=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A332 is #2D5CCD. Grayscale: #A4A4A4. Windows color (decimal): -2972878 or 3318738. OLE color: 3318738.

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

Color convert

RGB 210 163 50 -
CMYK 0 0.22 0.76 0.18
HSL 42.38º 0.64% 0.51% -
HSV(B) 42.38º 0.76% 0.82% -
XYZ 40.25 40.13 8.64 -
YUV 164.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 210 163 50 0 0.22 0.76 0.18 42.38 0.64 0.51
Hex D2 A3 32 0 16 4C 12 2A 40 33
Octal 322 243 62 0 26 114 22 52 100 63
Binary 11010010 10100011 110010 0 10110 1001100 10010 101010 1000000 110011

Color Harmonies of #D2A332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A332

Black with #D2A332

Text Example


Text Example

White with #D2A332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A332; }

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

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

background-color css

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

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

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

border-color css

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

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

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