Html Css Color HEX #D2AD43 Metallic Gold

📋 copy color: '#D2AD43'

red 210 ◦ green 173 ◦ blue 67

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

Shades of Metallic Gold #D2AD43

Tints of Metallic Gold #D2AD43

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.44%

 BLUE value IS 67 (26.56% from 255) = 14.89%

R = 46.67%
G = 38.44%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D2AD43 (or 0xD2AD43) is known color: Metallic Gold. HEX triplet: D2, AD and 43. RGB value is (210,173,67). Sum of RGB (Red+Green+Blue) = 210+173+67=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD43 is #2D52BC. Grayscale: #ACACAC. Windows color (decimal): -2970301 or 4435410. OLE color: 4435410.

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

Color convert

RGB 210 173 67 -
CMYK 0 0.18 0.68 0.18
HSL 44.48º 0.61% 0.54% -
HSV(B) 44.48º 0.68% 0.82% -
XYZ 42.54 43.99 11.56 -
YUV 171.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 210 173 67 0 0.18 0.68 0.18 44.48 0.61 0.54
Hex D2 AD 43 0 12 44 12 2C 3D 36
Octal 322 255 103 0 22 104 22 54 75 66
Binary 11010010 10101101 1000011 0 10010 1000100 10010 101100 111101 110110

Color Harmonies of #D2AD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD43

Black with #D2AD43

Text Example


Text Example

White with #D2AD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD43; }

 p { color: rgb(210,173,67); }

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

background-color css

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

 a { background-color: rgb(210,173,67); }

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

border-color css

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

 span { border-color: rgb(210,173,67); }

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