Html Css Color HEX #D2A036 Metallic Gold

📋 copy color: '#D2A036'

red 210 ◦ green 160 ◦ blue 54

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

Shades of Metallic Gold #D2A036

Tints of Metallic Gold #D2A036

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 54 (21.48% from 255) = 12.74%

R = 49.53%
G = 37.74%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D2A036 (or 0xD2A036) is known color: Metallic Gold. HEX triplet: D2, A0 and 36. RGB value is (210,160,54). Sum of RGB (Red+Green+Blue) = 210+160+54=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A036 is #2D5FC9. Grayscale: #A3A3A3. Windows color (decimal): -2973642 or 3580114. OLE color: 3580114.

HSL color Cylindrical-coordinate representation of color #D2A036: hue angle of 40.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2A036 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 160 54 -
CMYK 0 0.24 0.74 0.18
HSL 40.77º 0.63% 0.52% -
HSV(B) 40.77º 0.74% 0.82% -
XYZ 39.82 39.11 8.94 -
YUV 162.87 66.57 161.62 -
System Red Green Blue C M Y K H S L
Decimal 210 160 54 0 0.24 0.74 0.18 40.77 0.63 0.52
Hex D2 A0 36 0 18 4A 12 29 3F 34
Octal 322 240 66 0 30 112 22 51 77 64
Binary 11010010 10100000 110110 0 11000 1001010 10010 101001 111111 110100

Color Harmonies of #D2A036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A036

Black with #D2A036

Text Example


Text Example

White with #D2A036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A036; }

 p { color: rgb(210,160,54); }

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

background-color css

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

 a { background-color: rgb(210,160,54); }

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

border-color css

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

 span { border-color: rgb(210,160,54); }

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