Html Css Color HEX #D3A242 Metallic Gold

📋 copy color: '#D3A242'

red 211 ◦ green 162 ◦ blue 66

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

Shades of Metallic Gold #D3A242

Tints of Metallic Gold #D3A242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.9%

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

R = 48.06%
G = 36.9%
B = 15.03%

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

#D3A242 (or 0xD3A242) is known color: Metallic Gold. HEX triplet: D3, A2 and 42. RGB value is (211,162,66). Sum of RGB (Red+Green+Blue) = 211+162+66=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A242 is #2C5DBD. Grayscale: #A6A6A6. Windows color (decimal): -2907582 or 4367059. OLE color: 4367059.

HSL color Cylindrical-coordinate representation of color #D3A242: hue angle of 39.72º 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 #D3A242 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 162 66 -
CMYK 0 0.23 0.69 0.17
HSL 39.72º 0.62% 0.54% -
HSV(B) 39.72º 0.69% 0.83% -
XYZ 40.77 40.08 10.74 -
YUV 165.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 211 162 66 0 0.23 0.69 0.17 39.72 0.62 0.54
Hex D3 A2 42 0 17 45 11 28 3E 36
Octal 323 242 102 0 27 105 21 50 76 66
Binary 11010011 10100010 1000010 0 10111 1000101 10001 101000 111110 110110

Color Harmonies of #D3A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A242

Black with #D3A242

Text Example


Text Example

White with #D3A242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A242; }

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

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

background-color css

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

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

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

border-color css

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

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

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