Html Css Color HEX #D3A33F Metallic Gold

📋 copy color: '#D3A33F'

red 211 ◦ green 163 ◦ blue 63

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

Shades of Metallic Gold #D3A33F

Tints of Metallic Gold #D3A33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.42%

R = 48.28%
G = 37.3%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3A33F (or 0xD3A33F) is known color: Metallic Gold. HEX triplet: D3, A3 and 3F. RGB value is (211,163,63). Sum of RGB (Red+Green+Blue) = 211+163+63=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A33F is #2C5CC0. Grayscale: #A6A6A6. Windows color (decimal): -2907329 or 4170707. OLE color: 4170707.

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

Color convert

RGB 211 163 63 -
CMYK 0 0.23 0.70 0.17
HSL 40.54º 0.63% 0.54% -
HSV(B) 40.54º 0.7% 0.83% -
XYZ 40.86 40.4 10.35 -
YUV 165.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 211 163 63 0 0.23 0.70 0.17 40.54 0.63 0.54
Hex D3 A3 3F 0 17 46 11 29 3F 36
Octal 323 243 77 0 27 106 21 51 77 66
Binary 11010011 10100011 111111 0 10111 1000110 10001 101001 111111 110110

Color Harmonies of #D3A33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A33F

Black with #D3A33F

Text Example


Text Example

White with #D3A33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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