Html Css Color HEX #D3A342 Metallic Gold

📋 copy color: '#D3A342'

red 211 ◦ green 163 ◦ blue 66

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

Shades of Metallic Gold #D3A342

Tints of Metallic Gold #D3A342

RGB

 RED value IS 211 (82.81% from 255) = 47.95%

 GREEN value IS 163 (64.06% from 255) = 37.05%

 BLUE value IS 66 (26.17% from 255) = 15%

R = 47.95%
G = 37.05%
B = 15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D3A342 (or 0xD3A342) is known color: Metallic Gold. HEX triplet: D3, A3 and 42. RGB value is (211,163,66). Sum of RGB (Red+Green+Blue) = 211+163+66=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A342 is #2C5CBD. Grayscale: #A6A6A6. Windows color (decimal): -2907326 or 4367315. OLE color: 4367315.

HSL color Cylindrical-coordinate representation of color #D3A342: hue angle of 40.14º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3A342 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 163 66 -
CMYK 0 0.23 0.69 0.17
HSL 40.14º 0.62% 0.54% -
HSV(B) 40.14º 0.69% 0.83% -
XYZ 40.94 40.44 10.8 -
YUV 166.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 211 163 66 0 0.23 0.69 0.17 40.14 0.62 0.54
Hex D3 A3 42 0 17 45 11 28 3E 36
Octal 323 243 102 0 27 105 21 50 76 66
Binary 11010011 10100011 1000010 0 10111 1000101 10001 101000 111110 110110

Color Harmonies of #D3A342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A342

Black with #D3A342

Text Example


Text Example

White with #D3A342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A342; }

 p { color: rgb(211,163,66); }

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

background-color css

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

 a { background-color: rgb(211,163,66); }

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

border-color css

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

 span { border-color: rgb(211,163,66); }

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