Html Css Color HEX #D2A944 Metallic Gold

📋 copy color: '#D2A944'

red 210 ◦ green 169 ◦ blue 68

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

Shades of Metallic Gold #D2A944

Tints of Metallic Gold #D2A944

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.81%

 BLUE value IS 68 (26.95% from 255) = 15.21%

R = 46.98%
G = 37.81%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D2A944 (or 0xD2A944) is known color: Metallic Gold. HEX triplet: D2, A9 and 44. RGB value is (210,169,68). Sum of RGB (Red+Green+Blue) = 210+169+68=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A944 is #2D56BB. Grayscale: #AAAAAA. Windows color (decimal): -2971324 or 4499922. OLE color: 4499922.

HSL color Cylindrical-coordinate representation of color #D2A944: hue angle of 42.68º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2A944 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 169 68 -
CMYK 0 0.20 0.68 0.18
HSL 42.68º 0.61% 0.55% -
HSV(B) 42.68º 0.68% 0.82% -
XYZ 41.81 42.49 11.47 -
YUV 169.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 210 169 68 0 0.20 0.68 0.18 42.68 0.61 0.55
Hex D2 A9 44 0 14 44 12 2B 3D 37
Octal 322 251 104 0 24 104 22 53 75 67
Binary 11010010 10101001 1000100 0 10100 1000100 10010 101011 111101 110111

Color Harmonies of #D2A944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A944

Black with #D2A944

Text Example


Text Example

White with #D2A944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A944; }

 p { color: rgb(210,169,68); }

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

background-color css

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

 a { background-color: rgb(210,169,68); }

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

border-color css

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

 span { border-color: rgb(210,169,68); }

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