Html Css Color HEX #D2A038 Metallic Gold

📋 copy color: '#D2A038'

red 210 ◦ green 160 ◦ blue 56

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

Shades of Metallic Gold #D2A038

Tints of Metallic Gold #D2A038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.15%

R = 49.3%
G = 37.56%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2A038 (or 0xD2A038) is known color: Metallic Gold. HEX triplet: D2, A0 and 38. RGB value is (210,160,56). Sum of RGB (Red+Green+Blue) = 210+160+56=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A038 is #2D5FC7. Grayscale: #A3A3A3. Windows color (decimal): -2973640 or 3711186. OLE color: 3711186.

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

Color convert

RGB 210 160 56 -
CMYK 0 0.24 0.73 0.18
HSL 40.52º 0.63% 0.52% -
HSV(B) 40.52º 0.73% 0.82% -
XYZ 39.86 39.13 9.19 -
YUV 163.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 210 160 56 0 0.24 0.73 0.18 40.52 0.63 0.52
Hex D2 A0 38 0 18 49 12 29 3F 34
Octal 322 240 70 0 30 111 22 51 77 64
Binary 11010010 10100000 111000 0 11000 1001001 10010 101001 111111 110100

Color Harmonies of #D2A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A038

Black with #D2A038

Text Example


Text Example

White with #D2A038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A038; }

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

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

background-color css

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

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

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

border-color css

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

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

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