Html Css Color HEX #D2A82E Metallic Gold

📋 copy color: '#D2A82E'

red 210 ◦ green 168 ◦ blue 46

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

Shades of Metallic Gold #D2A82E

Tints of Metallic Gold #D2A82E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

 BLUE value IS 46 (18.36% from 255) = 10.85%

R = 49.53%
G = 39.62%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2A82E (or 0xD2A82E) is known color: Metallic Gold. HEX triplet: D2, A8 and 2E. RGB value is (210,168,46). Sum of RGB (Red+Green+Blue) = 210+168+46=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A82E is #2D57D1. Grayscale: #A7A7A7. Windows color (decimal): -2971602 or 3057874. OLE color: 3057874.

HSL color Cylindrical-coordinate representation of color #D2A82E: hue angle of 44.63º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2A82E is Cyan = 0, Magento = 0.2, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 168 46 -
CMYK 0 0.2 0.78 0.18
HSL 44.63º 0.65% 0.5% -
HSV(B) 44.63º 0.78% 0.82% -
XYZ 41.07 41.9 8.51 -
YUV 166.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 210 168 46 0 0.2 0.78 0.18 44.63 0.65 0.5
Hex D2 A8 2E 0 14 4E 12 2D 41 32
Octal 322 250 56 0 24 116 22 55 101 62
Binary 11010010 10101000 101110 0 10100 1001110 10010 101101 1000001 110010

Color Harmonies of #D2A82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A82E

Black with #D2A82E

Text Example


Text Example

White with #D2A82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A82E; }

 p { color: rgb(210,168,46); }

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

background-color css

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

 a { background-color: rgb(210,168,46); }

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

border-color css

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

 span { border-color: rgb(210,168,46); }

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